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