1 write to _baseFixedFlags
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
46
_baseFixedFlags
= _datatype.Restriction != null ? _datatype.Restriction.FixedFlags : 0;
11 references to _baseFixedFlags
System.Private.Xml (11)
System\Xml\Schema\FacetChecker.cs (11)
59
if ((
_baseFixedFlags
& RestrictionFlags.Length) != 0)
98
if ((
_baseFixedFlags
& RestrictionFlags.MinLength) != 0)
128
if ((
_baseFixedFlags
& RestrictionFlags.MaxLength) != 0)
199
if ((
_baseFixedFlags
& RestrictionFlags.WhiteSpace) != 0)
237
if ((
_baseFixedFlags
& RestrictionFlags.MaxInclusive) != 0)
254
if ((
_baseFixedFlags
& RestrictionFlags.MaxExclusive) != 0)
271
if ((
_baseFixedFlags
& RestrictionFlags.MinInclusive) != 0)
288
if ((
_baseFixedFlags
& RestrictionFlags.MinExclusive) != 0)
306
if ((
_baseFixedFlags
& RestrictionFlags.TotalDigits) != 0)
333
if ((
_baseFixedFlags
& RestrictionFlags.FractionDigits) != 0)
770
if ((
_baseFixedFlags
& flag) != 0)