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