2 writes to _offset
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\EmbeddedObjectNode.cs (2)
21_offset = InvalidOffset; 46_offset = offset;
4 references to _offset
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\EmbeddedObjectNode.cs (4)
29Debug.Assert(_offset != InvalidOffset); 30return _offset; 45Debug.Assert(_offset == InvalidOffset || _offset == offset);