2 writes to _tokens
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
569
_tokens
= tokens;
585
_tokens
= methodIL._tokens;
2 references to _tokens
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
585
_tokens = methodIL.
_tokens
;
641
return
_tokens
[(token & 0xFFFFFF) - 1];