1 write to _baseFlags
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
45
_baseFlags
= _datatype.Restriction != null ? _datatype.Restriction.Flags : 0;
32 references to _baseFlags
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.Xml\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)
211
if ((
_baseFlags
& RestrictionFlags.WhiteSpace) != 0)
316
if ((
_baseFlags
& RestrictionFlags.TotalDigits) != 0)
336
if ((
_baseFlags
& RestrictionFlags.FractionDigits) != 0)
381
if ((
_baseFlags
& RestrictionFlags.MaxInclusive) != 0)
388
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
398
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
405
if ((
_baseFlags
& RestrictionFlags.MaxInclusive) != 0)
415
if ((
_baseFlags
& RestrictionFlags.MinInclusive) != 0)
422
if ((
_baseFlags
& RestrictionFlags.MinExclusive) != 0)
429
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
439
if ((
_baseFlags
& RestrictionFlags.MinExclusive) != 0)
446
if ((
_baseFlags
& RestrictionFlags.MinInclusive) != 0)
453
if ((
_baseFlags
& RestrictionFlags.MaxExclusive) != 0)
564
(
_baseFlags
& RestrictionFlags.Length) != 0
572
(
_baseFlags
& RestrictionFlags.MinLength) != 0
580
(
_baseFlags
& RestrictionFlags.MaxLength) != 0
586
if ((
_baseFlags
& RestrictionFlags.Pattern) != 0)
599
if ((
_baseFlags
& RestrictionFlags.Enumeration) != 0)
610
(
_baseFlags
& RestrictionFlags.WhiteSpace) != 0
618
(
_baseFlags
& RestrictionFlags.MaxInclusive) != 0
626
(
_baseFlags
& RestrictionFlags.MaxExclusive) != 0
634
(
_baseFlags
& RestrictionFlags.MinInclusive) != 0
642
(
_baseFlags
& RestrictionFlags.MinExclusive) != 0
650
(
_baseFlags
& RestrictionFlags.TotalDigits) != 0
658
(
_baseFlags
& RestrictionFlags.FractionDigits) != 0