1 write to xmlWriterArg
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
163xmlWriterArg = ilg.GetArg(0);
19 references to xmlWriterArg
System.Runtime.Serialization (19)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (19)
256ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteISerializableMethod, xmlWriterArg, objectLocal); 290ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteExtensionDataMethod, xmlWriterArg, extensionDataLocal, -1); 337ilg.Load(xmlWriterArg); 347ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteExtensionDataMethod, xmlWriterArg, extensionDataLocal, memberCount); 388ilg.Load(xmlWriterArg); 399ilg.Call(contextArg, XmlFormatGeneratorStatics.IncrementArrayCountMethod, xmlWriterArg, objectLocal); 436ilg.Call(contextArg, incrementCollectionCountMethod, xmlWriterArg, objectLocal); 524ilg.Load(xmlWriterArg); 549ilg.Load(xmlWriterArg); 554ilg.Load(xmlWriterArg); 621ilg.Load(xmlWriterArg); 649ilg.Call(xmlWriterArg, primitiveContract.XmlFormatContentWriterMethod, memberValue); 667ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteNullMethod, xmlWriterArg, memberType, DataContract.IsTypeSerializable(memberType)); 674ilg.Call(xmlWriterArg, primitiveContract.XmlFormatContentWriterMethod, memberValue); 678ilg.Call(contextArg, primitiveContract.XmlFormatContentWriterMethod, xmlWriterArg, memberValue); 693ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteNullMethod, xmlWriterArg, memberType, DataContract.IsTypeSerializable(memberType)); 709ilg.Load(xmlWriterArg); 761ilg.Load(xmlWriterArg); 780ilg.Call(xmlWriterArg, XmlFormatGeneratorStatics.WriteEndElementMethod);