1 write to _baseFixedFlags
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
46
_baseFixedFlags
= _datatype.Restriction != null ? _datatype.Restriction.FixedFlags : 0;
10 references to _baseFixedFlags
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (10)
59
if ((
_baseFixedFlags
& RestrictionFlags.Length) != 0)
98
if ((
_baseFixedFlags
& RestrictionFlags.MinLength) != 0)
128
if ((
_baseFixedFlags
& RestrictionFlags.MaxLength) != 0)
202
if ((
_baseFixedFlags
& RestrictionFlags.WhiteSpace) != 0)
240
if ((
_baseFixedFlags
& RestrictionFlags.MaxInclusive) != 0)
257
if ((
_baseFixedFlags
& RestrictionFlags.MaxExclusive) != 0)
274
if ((
_baseFixedFlags
& RestrictionFlags.MinInclusive) != 0)
291
if ((
_baseFixedFlags
& RestrictionFlags.MinExclusive) != 0)
309
if ((
_baseFixedFlags
& RestrictionFlags.TotalDigits) != 0)
774
if ((
_baseFixedFlags
& flag) != 0)