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)
513RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0; 525RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0; 3140if (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 549if ((_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 && 756if ((_derivedRestriction.Flags & flag) != 0) 859else if (restriction != null && (restriction.Flags & RestrictionFlags.WhiteSpace) != 0) 878if (restriction != null && (restriction.Flags & RestrictionFlags.Pattern) != 0) 1014RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1143RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1219RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1290RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1384RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1519RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1590RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1651RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1708RestrictionFlags flags = restriction != null ? restriction.Flags : 0;