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