1 write to objectLocal
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (1)
171
objectLocal
= ilg.DeclareLocal(objType, "objSerialized");
15 references to objectLocal
System.Runtime.Serialization (15)
System\Runtime\Serialization\Json\JsonFormatWriterGenerator.cs (15)
188
ilg.Stloc(
objectLocal
);
236
ilg.LoadAddress(
objectLocal
);
249
ilg.LoadAddress(
objectLocal
);
262
ilg.Call(contextArg, JsonFormatGeneratorStatics.WriteJsonISerializableMethod, xmlWriterArg,
objectLocal
);
269
ilg.Load(
objectLocal
);
270
ilg.ConvertValue(
objectLocal
.LocalType, Globals.TypeOfIExtensibleDataObject);
343
ilg.LoadAddress(
objectLocal
);
362
ilg.Call(contextArg, XmlFormatGeneratorStatics.IncrementArrayCountMethod, xmlWriterArg,
objectLocal
);
364
if (!TryWritePrimitiveArray(collectionContract.UnderlyingType, itemType,
objectLocal
, itemName))
367
ilg.For(i, 0,
objectLocal
);
371
ilg.LoadArrayElement(
objectLocal
, i);
400
ilg.Call(contextArg, incrementCollectionCountMethod, xmlWriterArg,
objectLocal
);
461
ilg.Call(
objectLocal
, collectionContract.GetEnumeratorMethod);
571
ilg.LoadAddress(
objectLocal
);
576
ilg.LoadArrayElement(
objectLocal
, arrayItemIndex);