3 references to _typeIdHighSection
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlRecords.cs (3)
3426
value |= (short) (_flags[
_typeIdHighSection
] << 8);
3434
_flags[
_typeIdHighSection
] = (short) ((value & 0xff00) >> 8);
3497
= BitVector32.CreateSection( 1,
_typeIdHighSection
);