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