2 writes to _offset
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (2)
33
_offset
= InvalidOffset;
73
_offset
= offset;
3 references to _offset
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (3)
53
Debug.Assert(
_offset
!= InvalidOffset);
54
return
_offset
;
72
Debug.Assert(
_offset
== InvalidOffset);