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