2 writes to _index
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\EmbeddedObjectNode.cs (2)
22
_index
= InvalidOffset;
52
_index
= index;
4 references to _index
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\EmbeddedObjectNode.cs (4)
38
Debug.Assert(
_index
!= InvalidOffset);
39
return
_index
;
51
Debug.Assert(
_index
== InvalidOffset ||
_index
== index);