1 write to _leafRecordType
ILCompiler.Compiler (1)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (1)
406
_leafRecordType
= leafRecordType;
6 references to _leafRecordType
ILCompiler.Compiler (6)
Compiler\ObjectWriter\CodeView\CodeViewTypesBuilder.cs (6)
408
Write((ushort)
_leafRecordType
);
500
Debug.Assert(
_leafRecordType
== LF_FIELDLIST ||
_leafRecordType
== LF_METHODLIST);
508
Debug.Assert(
_leafRecordType
== LF_FIELDLIST ||
_leafRecordType
== LF_METHODLIST);
530
Write((ushort)
_leafRecordType
);