9 references to CodeViewNative
ILCompiler.Compiler (9)
Compiler\ObjectWriter\CodeView\CodeViewFileTableBuilder.cs (1)
12
using static ILCompiler.ObjectWriter.
CodeViewNative
;
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (3)
18
using static ILCompiler.ObjectWriter.
CodeViewNative
;
19
using static ILCompiler.ObjectWriter.
CodeViewNative
.CodeViewRegister;
20
using static ILCompiler.ObjectWriter.
CodeViewNative
.CodeViewSymbolDefinition;
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (5)
18
using static ILCompiler.ObjectWriter.
CodeViewNative
;
19
using static ILCompiler.ObjectWriter.
CodeViewNative
.CodeViewPointer;
20
using static ILCompiler.ObjectWriter.
CodeViewNative
.CodeViewPropertyFlags;
21
using static ILCompiler.ObjectWriter.
CodeViewNative
.CodeViewType;
22
using static ILCompiler.ObjectWriter.
CodeViewNative
.LeafRecordType;