1 write to _writerSavedBytes
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutInfoNode.cs (1)
69
_writerSavedBytes
= _writer.Save();
2 references to _writerSavedBytes
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutInfoNode.cs (2)
63
if (
_writerSavedBytes
!= null)
84
return new ObjectData(
_writerSavedBytes
, Array.Empty<Relocation>(), 1, new ISymbolDefinitionNode[] { this });