2 writes to Flags
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
628
derivedRestriction.
Flags
|= flag;
635
derivedRestriction.
Flags
|= flag;
43 references to Flags
System.Xml (43)
System\Xml\Schema\DataTypeImplementation.cs (3)
451
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
460
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
2845
if (dt.Restriction != null && (dt.Restriction.
Flags
& RestrictionFlags.Enumeration) != 0) {
System\Xml\Schema\FacetChecker.cs (40)
48
baseFlags = datatype.Restriction != null ? datatype.Restriction.
Flags
: 0;
387
(derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0 &&
388
(derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
393
(derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
394
(derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0
399
(derivedRestriction.
Flags
& RestrictionFlags.Length) != 0 &&
400
(derivedRestriction.
Flags
& (RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0
409
(derivedRestriction.
Flags
& RestrictionFlags.MinLength) != 0 &&
410
(derivedRestriction.
Flags
& RestrictionFlags.MaxLength) != 0
419
(derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
420
(derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
427
(derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
428
(derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
435
(derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
436
(derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
443
(derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
444
(derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
450
if ((derivedRestriction.
Flags
& (RestrictionFlags.TotalDigits|RestrictionFlags.FractionDigits)) == (RestrictionFlags.TotalDigits|RestrictionFlags.FractionDigits)) {
461
(derivedRestriction.
Flags
& RestrictionFlags.Length) == 0 &&
468
(derivedRestriction.
Flags
& RestrictionFlags.MinLength) == 0 &&
475
(derivedRestriction.
Flags
& RestrictionFlags.MaxLength) == 0 &&
499
(derivedRestriction.
Flags
& RestrictionFlags.WhiteSpace) == 0 &&
506
(derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) == 0 &&
513
(derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) == 0 &&
520
(derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) == 0 &&
527
(derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) == 0 &&
534
(derivedRestriction.
Flags
& RestrictionFlags.TotalDigits) == 0 &&
541
(derivedRestriction.
Flags
& RestrictionFlags.FractionDigits) == 0 &&
622
if ((derivedRestriction.
Flags
& flag) != 0) {
703
else if (restriction != null && (restriction.
Flags
& RestrictionFlags.WhiteSpace) != 0) { //Restriction has whitespace facet specified
719
if (restriction != null && (restriction.
Flags
& RestrictionFlags.Pattern) != 0) {
841
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
943
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1002
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1057
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1130
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1242
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1297
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1344
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1388
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;