3 references to CodeViewType
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (3)
21using static ILCompiler.ObjectWriter.CodeViewNative.CodeViewType; 34/// represented by the <see cref="CodeViewType" /> enumeration. 485public void Write(CodeViewType value) => Write((uint)value);