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