3 references to _typeIdLowSection
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlRecords.cs (3)
3425
short value = (short) _flags[
_typeIdLowSection
];
3433
_flags[
_typeIdLowSection
] = (short) (value & 0xff);
3494
= BitVector32.CreateSection( (short)0xff,
_typeIdLowSection
);