2 writes to Flags
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
760
_derivedRestriction.
Flags
|= flag;
769
_derivedRestriction.
Flags
|= flag;
43 references to Flags
System.Private.Xml (43)
System\Xml\Schema\DataTypeImplementation.cs (3)
502
RestrictionFlags flags = _restriction != null ? _restriction.
Flags
: 0;
514
RestrictionFlags flags = _restriction != null ? _restriction.
Flags
: 0;
3080
if (dt.Restriction != null && (dt.Restriction.
Flags
& RestrictionFlags.Enumeration) != 0)
System\Xml\Schema\FacetChecker.cs (40)
45
_baseFlags = _datatype.Restriction != null ? _datatype.Restriction.
Flags
: 0;
473
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0 &&
474
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
480
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
481
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0
487
(_derivedRestriction.
Flags
& RestrictionFlags.Length) != 0 &&
488
(_derivedRestriction.
Flags
& (RestrictionFlags.MinLength | RestrictionFlags.MaxLength)) != 0
498
(_derivedRestriction.
Flags
& RestrictionFlags.MinLength) != 0 &&
499
(_derivedRestriction.
Flags
& RestrictionFlags.MaxLength) != 0
509
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
510
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
519
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
520
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
529
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
530
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
539
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
540
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
548
if ((_derivedRestriction.
Flags
& (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits)) == (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits))
562
(_derivedRestriction.
Flags
& RestrictionFlags.Length) == 0 &&
570
(_derivedRestriction.
Flags
& RestrictionFlags.MinLength) == 0 &&
578
(_derivedRestriction.
Flags
& RestrictionFlags.MaxLength) == 0 &&
606
(_derivedRestriction.
Flags
& RestrictionFlags.WhiteSpace) == 0 &&
614
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) == 0 &&
622
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) == 0 &&
630
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) == 0 &&
638
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) == 0 &&
646
(_derivedRestriction.
Flags
& RestrictionFlags.TotalDigits) == 0 &&
654
(_derivedRestriction.
Flags
& RestrictionFlags.FractionDigits) == 0 &&
752
if ((_derivedRestriction.
Flags
& flag) != 0)
851
else if (restriction != null && (restriction.
Flags
& RestrictionFlags.WhiteSpace) != 0)
870
if (restriction != null && (restriction.
Flags
& RestrictionFlags.Pattern) != 0)
1006
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1131
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1207
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1278
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1363
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1497
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1571
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1632
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1704
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;