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