3 writes to _objectLocal
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (3)
204
_objectLocal
= _ilg.DeclareLocal(type);
629
_objectLocal
= _ilg.DeclareLocal(type);
827
_objectLocal
= _ilg.DeclareLocal(type);
42 references to _objectLocal
System.Private.DataContractSerialization (42)
System\Runtime\Serialization\Json\JsonFormatReaderGenerator.cs (42)
85
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
94
_ilg.Call(
_objectLocal
, JsonFormatGeneratorStatics.OnDeserializationMethod, null);
100
_ilg.Load(
_objectLocal
);
107
_ilg.ConvertValue(
_objectLocal
.LocalType, Globals.TypeOfDateTimeOffsetAdapter);
113
_ilg.ConvertValue(
_objectLocal
.LocalType, Globals.TypeOfMemoryStreamAdapter);
119
_ilg.ConvertValue(
_objectLocal
.LocalType, _ilg.CurrentMethod.ReturnType);
131
_ilg.Load(
_objectLocal
);
132
_ilg.ConvertValue(
_objectLocal
.LocalType, _ilg.CurrentMethod.ReturnType);
209
_ilg.Stloc(
_objectLocal
);
215
_ilg.Ldloca(
_objectLocal
);
221
_ilg.Stloc(
_objectLocal
);
228
_ilg.Stloc(
_objectLocal
);
238
_ilg.LoadAddress(
_objectLocal
);
239
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType!);
252
_ilg.LoadAddress(
_objectLocal
);
253
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType!);
270
_ilg.LoadAddress(
_objectLocal
);
271
_ilg.ConvertAddress(
_objectLocal
.LocalType, Globals.TypeOfIObjectReference);
297
_ilg.Call(
_objectLocal
, extensionDataSetMethod, extensionDataLocal);
343
_ilg.Call(null, JsonFormatGeneratorStatics.ThrowDuplicateMemberExceptionMethod,
_objectLocal
, _memberNamesArg, memberIndexLocal);
346
_ilg.Load(
_objectLocal
);
347
_ilg.ConvertValue(
_objectLocal
.LocalType, Globals.TypeOfObject);
375
_ilg.LoadAddress(
_objectLocal
);
386
_ilg.LoadAddress(
_objectLocal
);
387
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType!);
457
_ilg.LoadAddress(
_objectLocal
);
458
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType!);
634
_ilg.Ldloca(
_objectLocal
);
640
_ilg.Stloc(
_objectLocal
);
641
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
692
StoreCollectionValue(
_objectLocal
, value, collectionContract);
707
_ilg.Stloc(
_objectLocal
);
708
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
_objectLocal
);
714
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
_objectLocal
);
812
StoreKeyValuePair(
_objectLocal
, collectionContract, pairKey, pairValue);
831
_ilg.Stloc(
_objectLocal
);
843
_ilg.If(
_objectLocal
, Cmp.EqualTo, null);
861
_ilg.If(
_objectLocal
, Cmp.EqualTo, null);
868
_ilg.Load(
_objectLocal
);
884
_ilg.StoreArrayElement(
_objectLocal
, i, value);
888
StoreCollectionValue(
_objectLocal
, value, collectionContract);
953
_ilg.Ldloca(
_objectLocal
);