3 references to _assemblyIdHighSection
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
1347
value |= (short) (_flags[
_assemblyIdHighSection
] << 8);
1355
_flags[
_assemblyIdHighSection
] = (short) ((value & 0xff00) >> 8);
1374
get { return
_assemblyIdHighSection
; }