2 writes to _offset
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DispatchCellNode.cs (2)
34
_offset
= InvalidOffset;
74
_offset
= offset;
3 references to _offset
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DispatchCellNode.cs (3)
54
Debug.Assert(
_offset
!= InvalidOffset);
55
return
_offset
;
73
Debug.Assert(
_offset
== InvalidOffset);