3 references to LF_CLASS
ILCompiler.Compiler (3)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (3)
204
using (LeafRecordWriter record = StartLeafRecord(
LF_CLASS
))
259
using (LeafRecordWriter record = StartLeafRecord(classDescriptor.IsStruct == 1 ? LF_STRUCTURE :
LF_CLASS
))
326
using (LeafRecordWriter record = StartLeafRecord(classTypeDescriptor.IsStruct == 1 ? LF_STRUCTURE :
LF_CLASS
))