5 references to Stloc_0
mscorlib (1)
system\reflection\emit\ilgenerator.cs (1)
903
opcode = OpCodes.
Stloc_0
;
System.Data.Entity (2)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
907
generator.Emit(OpCodes.
Stloc_0
); // value = result
1167
generator.Emit(OpCodes.
Stloc_0
);
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeGenerator.cs (1)
1249
ilGen.Emit(OpCodes.
Stloc_0
);
System.ServiceModel (1)
System\ServiceModel\Dispatcher\CodeGenerator.cs (1)
600
ilGen.Emit(OpCodes.
Stloc_0
);