3 references to _typeIdHighSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
4327value |= (short) (_flags[_typeIdHighSection] << 8); 4335_flags[_typeIdHighSection] = (short) ((value & 0xff00) >> 8); 4438get { return _typeIdHighSection; }