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