3 references to _locals
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (3)
737
int index =
_locals
.Count;
738
_locals
.Add(new LocalVariableDefinition(localType, isPinned));
840
var result = new ILStubMethodIL(owningMethod, ilInstructions,
_locals
.ToArray(), _tokens.ToArray(), exceptionRegions, debugInfo, _hasGeneratedTokens);