8 references to GetLocal
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriterILGen.cs (8)
1270
ilg.For(localI, 0, ilg.
GetLocal
(aVar));
1275
ilg.For(localI, 0, ilg.
GetLocal
(aVar));
1502
LocalBuilder aLoc = ilg.
GetLocal
(aName);
1520
LocalBuilder cLoc = ilg.
GetLocal
(cName);
1629
ilg.For(localI, 0, ilg.
GetLocal
(arrayName));
2065
ilg.Ldloc(ilg.
GetLocal
(arrayName));
2315
LocalBuilder local = ilg.
GetLocal
(source);
2602
initValue.ILG.LoadMember(initValue.ILG.
GetLocal
("o"), initValue.MemberInfo);