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