terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteProcessingInstruction()

override void System.Xml.XmlWellFormedWriter.WriteProcessingInstruction ( string name,
string text )
inline

Definition at line 254 of file XmlWellFormedWriter.cs.

255 {
256 if (name != null && name._stringLength != 0)
257 {
258 this.CheckNCName(name);
259 if (text == null)
260 {
261 }
262 int stringLength = name._stringLength;
263 int num;
264 if (num != 0)
265 {
267 return;
268 }
269 if (this.currentState == XmlWellFormedWriter.State.Start)
270 {
271 int num2 = 1;
272 this.xmlDeclFollows = num2 != 0;
273 if (this.rawWriter != null)
274 {
275 return;
276 }
278 return;
279 }
280 }
281 else
282 {
283 string @string = Res.GetString("The empty string '' is not a valid name.");
284 }
285 ConformanceLevel conformanceLevel = this.conformanceLevel;
286 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.State currentState

References System.Xml.XmlWellFormedWriter.CheckNCName(), System.Xml.XmlWellFormedWriter.conformanceLevel, System.Xml.XmlWellFormedWriter.currentState, System.Xml.Res.GetString(), j__TPar, System.name, System.Xml.XmlWellFormedWriter.rawWriter, System.text, and System.Xml.XmlWellFormedWriter.writer.