3 references to _isValueTypeIdSection
PresentationFramework (3)
System\Windows\Markup\BamlRecords.cs (3)
2865get { return _flags[_isValueTypeIdSection] == 1 ? true : false; } 2866set { _flags[_isValueTypeIdSection] = value ? 1 : 0; } 2889= BitVector32.CreateSection(1, _isValueTypeIdSection);