2 writes to Flags
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
764
_derivedRestriction.
Flags
|= flag;
773
_derivedRestriction.
Flags
|= flag;
43 references to Flags
dotnet-svcutil-lib (43)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
513
RestrictionFlags flags = _restriction != null ? _restriction.
Flags
: 0;
525
RestrictionFlags flags = _restriction != null ? _restriction.
Flags
: 0;
3140
if (dt.Restriction != null && (dt.Restriction.
Flags
& RestrictionFlags.Enumeration) != 0)
FrameworkFork\Microsoft.Xml\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
510
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
511
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
520
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) != 0 &&
521
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
530
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
531
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) != 0
540
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) != 0 &&
541
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) != 0
549
if ((_derivedRestriction.
Flags
& (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits)) == (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits))
563
(_derivedRestriction.
Flags
& RestrictionFlags.Length) == 0 &&
571
(_derivedRestriction.
Flags
& RestrictionFlags.MinLength) == 0 &&
579
(_derivedRestriction.
Flags
& RestrictionFlags.MaxLength) == 0 &&
609
(_derivedRestriction.
Flags
& RestrictionFlags.WhiteSpace) == 0 &&
617
(_derivedRestriction.
Flags
& RestrictionFlags.MaxInclusive) == 0 &&
625
(_derivedRestriction.
Flags
& RestrictionFlags.MaxExclusive) == 0 &&
633
(_derivedRestriction.
Flags
& RestrictionFlags.MinInclusive) == 0 &&
641
(_derivedRestriction.
Flags
& RestrictionFlags.MinExclusive) == 0 &&
649
(_derivedRestriction.
Flags
& RestrictionFlags.TotalDigits) == 0 &&
657
(_derivedRestriction.
Flags
& RestrictionFlags.FractionDigits) == 0 &&
756
if ((_derivedRestriction.
Flags
& flag) != 0)
859
else if (restriction != null && (restriction.
Flags
& RestrictionFlags.WhiteSpace) != 0)
878
if (restriction != null && (restriction.
Flags
& RestrictionFlags.Pattern) != 0)
1014
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1143
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1219
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1290
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1384
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1519
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1590
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1651
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;
1708
RestrictionFlags flags = restriction != null ? restriction.
Flags
: 0;