1 write to _codeStream
ILCompiler.TypeSystem (1)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (1)
674
_codeStream
= codeStream;
2 references to _codeStream
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\IL\Stubs\ILEmitter.cs (2)
654
return
_codeStream
!= null;
663
return
_codeStream
.RelativeToAbsoluteOffset(_offsetWithinCodeStream);