3 overrides of CreateDebugInfoBuilder
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (1)
171
private protected override ITypesDebugInfoWriter
CreateDebugInfoBuilder
()
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
320
private protected override ITypesDebugInfoWriter
CreateDebugInfoBuilder
()
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
216
private protected override ITypesDebugInfoWriter
CreateDebugInfoBuilder
()
1 reference to CreateDebugInfoBuilder
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (1)
96
_userDefinedTypeDescriptor = new UserDefinedTypeDescriptor(
CreateDebugInfoBuilder
(), _nodeFactory);