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