1 write to _debugSymbolSectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
175
_debugSymbolSectionWriter
= GetOrCreateSection(DebugSymbolSection);
3 references to _debugSymbolSectionWriter
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (3)
176
_debugSymbolSectionWriter
.EmitAlignment(4);
179
_debugSymbolSectionWriter
);
265
_debugFileTableBuilder.Write(
_debugSymbolSectionWriter
);