1 write to _baseFlags
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
45
_baseFlags
= _datatype.Restriction != null ? _datatype.Restriction.Flags : 0;
32 references to _baseFlags
System.Private.Xml (32)
System\Xml\Schema\FacetChecker.cs (32)
66
if ((
_baseFlags
& RestrictionFlags.Length) != 0)
74
if ((
_baseFlags
& RestrictionFlags.MinLength) != 0)
82
if ((
_baseFlags
& RestrictionFlags.MaxLength) != 0)
105
if ((
_baseFlags
& RestrictionFlags.MinLength) != 0)
112
if ((
_baseFlags
& RestrictionFlags.Length) != 0)
135
if ((
_baseFlags
& RestrictionFlags.MaxLength) != 0)
142
if ((
_baseFlags
& RestrictionFlags.Length) != 0)
208
if ((
_baseFlags
& RestrictionFlags.WhiteSpace) != 0)
313
if ((
_baseFlags
& RestrictionFlags.TotalDigits) != 0)
340
if ((
_baseFlags
& RestrictionFlags.FractionDigits) != 0)
382
if ((
_baseFlags
& RestrictionFlags.MaxInclusive) != 0)
389
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
399
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
406
if ((
_baseFlags
& RestrictionFlags.MaxInclusive) != 0)
416
if ((
_baseFlags
& RestrictionFlags.MinInclusive) != 0)
423
if ((
_baseFlags
& RestrictionFlags.MinExclusive) != 0)
430
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
440
if ((
_baseFlags
& RestrictionFlags.MinExclusive) != 0)
447
if ((
_baseFlags
& RestrictionFlags.MinInclusive) != 0)
454
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
563
(
_baseFlags
& RestrictionFlags.Length) != 0
571
(
_baseFlags
& RestrictionFlags.MinLength) != 0
579
(
_baseFlags
& RestrictionFlags.MaxLength) != 0
585
if ((
_baseFlags
& RestrictionFlags.Pattern) != 0)
599
if ((
_baseFlags
& RestrictionFlags.Enumeration) != 0)
607
(
_baseFlags
& RestrictionFlags.WhiteSpace) != 0
615
(
_baseFlags
& RestrictionFlags.MaxInclusive) != 0
623
(
_baseFlags
& RestrictionFlags.MaxExclusive) != 0
631
(
_baseFlags
& RestrictionFlags.MinInclusive) != 0
639
(
_baseFlags
& RestrictionFlags.MinExclusive) != 0
647
(
_baseFlags
& RestrictionFlags.TotalDigits) != 0
655
(
_baseFlags
& RestrictionFlags.FractionDigits) != 0