3 references to _tokens
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (3)
706
_tokens
.Add(value);
707
return (ILToken)(
_tokens
.Count | tokenType);
840
var result = new ILStubMethodIL(owningMethod, ilInstructions, _locals.ToArray(),
_tokens
.ToArray(), exceptionRegions, debugInfo, _hasGeneratedTokens);