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