2 writes to _writer
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutInfoNode.cs (2)
33
_writer
= new NativeWriter();
72
_writer
= null;
4 references to _writer
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NativeLayoutInfoNode.cs (4)
34
_signaturesSection =
_writer
.NewSection();
35
_templatesSection =
_writer
.NewSection();
54
public NativeWriter Writer =>
_writer
;
69
_writerSavedBytes =
_writer
.Save();