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