3 writes to _objectLocal
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (3)
207
_objectLocal
= _ilg.DeclareLocal(type, "objectDeserialized");
532
_objectLocal
= _ilg.DeclareLocal(type, "objectDeserialized");
645
_objectLocal
= _ilg.DeclareLocal(type, "objectDeserialized");
35 references to _objectLocal
dotnet-svcutil-lib (35)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatReaderGenerator.cs (35)
111
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
119
_ilg.Load(
_objectLocal
);
127
_ilg.ConvertValue(
_objectLocal
.LocalType, Globals.TypeOfDateTimeOffsetAdapter);
139
_ilg.ConvertValue(
_objectLocal
.LocalType, _ilg.CurrentMethod.ReturnType);
149
_ilg.Load(
_objectLocal
);
150
_ilg.ConvertValue(
_objectLocal
.LocalType, _ilg.CurrentMethod.ReturnType);
212
_ilg.Stloc(
_objectLocal
);
218
_ilg.Ldloca(
_objectLocal
);
224
_ilg.Stloc(
_objectLocal
);
231
_ilg.Stloc(
_objectLocal
);
241
_ilg.LoadAddress(
_objectLocal
);
242
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType);
255
_ilg.LoadAddress(
_objectLocal
);
256
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType);
323
_ilg.LoadAddress(
_objectLocal
);
333
_ilg.LoadAddress(
_objectLocal
);
334
_ilg.ConvertAddress(
_objectLocal
.LocalType, _objectType);
537
_ilg.Ldloca(
_objectLocal
);
543
_ilg.Stloc(
_objectLocal
);
544
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
586
StoreCollectionValue(
_objectLocal
, value, collectionContract);
601
_ilg.Stloc(
_objectLocal
);
602
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
_objectLocal
);
610
_ilg.Stloc(
_objectLocal
);
611
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
619
_ilg.StoreArrayElement(
_objectLocal
, j, itemValue);
621
StoreCollectionValue(
_objectLocal
, itemValue, collectionContract);
632
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectWithIdMethod, objectId,
_objectLocal
);
649
_ilg.Stloc(
_objectLocal
);
654
_ilg.If(
_objectLocal
, Cmp.EqualTo, null);
661
_ilg.Load(
_objectLocal
);
666
_ilg.Call(_contextArg, XmlFormatGeneratorStatics.AddNewObjectMethod,
_objectLocal
);
679
_ilg.StoreArrayElement(
_objectLocal
, i, value);
683
StoreCollectionValue(
_objectLocal
, value, collectionContract);
739
_ilg.Ldloca(
_objectLocal
);