3 writes to objectLocal
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
261
objectLocal
= ilg.DeclareLocal(type, "objectDeserialized");
630
objectLocal
= ilg.DeclareLocal(type, "objectDeserialized");
743
objectLocal
= ilg.DeclareLocal(type, "objectDeserialized");
41 references to objectLocal
System.Runtime.Serialization (41)
System\Runtime\Serialization\XmlFormatReaderGenerator.cs (41)
144
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
objectLocal
);
159
ilg.Call(
objectLocal
, XmlFormatGeneratorStatics.OnDeserializationMethod, null);
163
ilg.Load(
objectLocal
);
171
ilg.ConvertValue(
objectLocal
.LocalType, Globals.TypeOfDateTimeOffsetAdapter);
177
ilg.ConvertValue(
objectLocal
.LocalType, ilg.CurrentMethod.ReturnType);
187
ilg.Load(
objectLocal
);
188
ilg.ConvertValue(
objectLocal
.LocalType, ilg.CurrentMethod.ReturnType);
266
ilg.Stloc(
objectLocal
);
272
ilg.Ldloca(
objectLocal
);
278
ilg.Stloc(
objectLocal
);
285
ilg.Stloc(
objectLocal
);
295
ilg.LoadAddress(
objectLocal
);
296
ilg.ConvertAddress(
objectLocal
.LocalType, objectType);
309
ilg.LoadAddress(
objectLocal
);
310
ilg.ConvertAddress(
objectLocal
.LocalType, objectType);
327
ilg.LoadAddress(
objectLocal
);
328
ilg.ConvertAddress(
objectLocal
.LocalType, Globals.TypeOfIObjectReference);
351
ilg.Call(
objectLocal
, extensionDataSetMethod, extensionDataLocal);
420
ilg.LoadAddress(
objectLocal
);
430
ilg.LoadAddress(
objectLocal
);
431
ilg.ConvertAddress(
objectLocal
.LocalType, objectType);
466
ilg.LoadAddress(
objectLocal
);
467
ilg.ConvertAddress(
objectLocal
.LocalType, objectType);
635
ilg.Ldloca(
objectLocal
);
641
ilg.Stloc(
objectLocal
);
642
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
objectLocal
);
684
StoreCollectionValue(
objectLocal
, value, collectionContract);
699
ilg.Stloc(
objectLocal
);
700
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
objectLocal
);
708
ilg.Stloc(
objectLocal
);
709
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
objectLocal
);
717
ilg.StoreArrayElement(
objectLocal
, j, itemValue);
719
StoreCollectionValue(
objectLocal
, itemValue, collectionContract);
730
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
objectLocal
);
747
ilg.Stloc(
objectLocal
);
752
ilg.If(
objectLocal
, Cmp.EqualTo, null);
759
ilg.Load(
objectLocal
);
764
ilg.Call(contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
objectLocal
);
777
ilg.StoreArrayElement(
objectLocal
, i, value);
781
StoreCollectionValue(
objectLocal
, value, collectionContract);
837
ilg.Ldloca(
objectLocal
);