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