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(); 54public NativeWriter Writer => _writer; 69_writerSavedBytes = _writer.Save();