3 references to _typeIdLowSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
3253
short value = (short) _flags[
_typeIdLowSection
];
3261
_flags[
_typeIdLowSection
] = (short) (value & 0xff);
3318
= BitVector32.CreateSection( (short)0xff,
_typeIdLowSection
);