1 write to xmlWriterArg
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
167xmlWriterArg = ilg.GetArg(0);
20 references to xmlWriterArg
System.Runtime.Serialization (20)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (20)
262ilg.Call(contextArg, JsonFormatGeneratorStatics.WriteJsonISerializableMethod, xmlWriterArg, objectLocal); 273ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteExtensionDataMethod, xmlWriterArg, extensionDataLocal, -1); 312ilg.Call(null, JsonFormatGeneratorStatics.WriteJsonNameWithMappingMethod, xmlWriterArg, memberNamesArg, i + childElementIndex); 324ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteExtensionDataMethod, xmlWriterArg, extensionDataLocal, memberCount); 362ilg.Call(contextArg, XmlFormatGeneratorStatics.IncrementArrayCountMethod, xmlWriterArg, objectLocal); 400ilg.Call(contextArg, incrementCollectionCountMethod, xmlWriterArg, objectLocal); 525ilg.Load(xmlWriterArg); 557ilg.Load(xmlWriterArg); 562ilg.Load(xmlWriterArg); 630ilg.Call(xmlWriterArg, typeof(JsonWriterDelegator).GetMethod(writeArrayMethod, Globals.ScanAllMembers, null, new Type[] { type, typeof(XmlDictionaryString), typeof(XmlDictionaryString) }, null), value, itemName, null); 638ilg.Call(xmlWriterArg, JsonFormatGeneratorStatics.WriteAttributeStringMethod, 647ilg.Call(xmlWriterArg, JsonFormatGeneratorStatics.WriteAttributeStringMethod, 672ilg.Call(xmlWriterArg, primitiveContract.XmlFormatContentWriterMethod, memberValue); 690ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteNullMethod, xmlWriterArg, memberType, DataContract.IsTypeSerializable(memberType)); 697ilg.Call(xmlWriterArg, primitiveContract.XmlFormatContentWriterMethod, memberValue); 701ilg.Call(contextArg, primitiveContract.XmlFormatContentWriterMethod, xmlWriterArg, memberValue); 716ilg.Call(contextArg, XmlFormatGeneratorStatics.WriteNullMethod, xmlWriterArg, memberType, DataContract.IsTypeSerializable(memberType)); 732ilg.Load(xmlWriterArg); 777ilg.Load(xmlWriterArg); 800ilg.Call(xmlWriterArg, JsonFormatGeneratorStatics.WriteEndElementMethod);