2 writes to _boolTypeBits
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
81_boolTypeBits = (int)BoolTypeBits.Default | (int)BoolTypeBits.Unknown | (int)BoolTypeBits.WhitespaceSignificantCollection | (int)BoolTypeBits.AllValid; 1038SetFlag(ref _boolTypeBits, (int)typeBit, value);
2 references to _boolTypeBits
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (2)
233internal bool IsUnknown { get { return (_boolTypeBits & (int)BoolTypeBits.Unknown) != 0; } } 1033return GetFlag(_boolTypeBits, (int)typeBit);