2 writes to Flags
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
760_derivedRestriction.Flags |= flag; 769_derivedRestriction.Flags |= flag;
43 references to Flags
System.Private.Xml (43)
System\Xml\Schema\DataTypeImplementation.cs (3)
502RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0; 514RestrictionFlags flags = _restriction != null ? _restriction.Flags : 0; 3080if (dt.Restriction != null && (dt.Restriction.Flags & RestrictionFlags.Enumeration) != 0)
System\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 509(_derivedRestriction.Flags & RestrictionFlags.MinInclusive) != 0 && 510(_derivedRestriction.Flags & RestrictionFlags.MaxInclusive) != 0 519(_derivedRestriction.Flags & RestrictionFlags.MinInclusive) != 0 && 520(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 529(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 530(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 539(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 540(_derivedRestriction.Flags & RestrictionFlags.MaxInclusive) != 0 548if ((_derivedRestriction.Flags & (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits)) == (RestrictionFlags.TotalDigits | RestrictionFlags.FractionDigits)) 562(_derivedRestriction.Flags & RestrictionFlags.Length) == 0 && 570(_derivedRestriction.Flags & RestrictionFlags.MinLength) == 0 && 578(_derivedRestriction.Flags & RestrictionFlags.MaxLength) == 0 && 606(_derivedRestriction.Flags & RestrictionFlags.WhiteSpace) == 0 && 614(_derivedRestriction.Flags & RestrictionFlags.MaxInclusive) == 0 && 622(_derivedRestriction.Flags & RestrictionFlags.MaxExclusive) == 0 && 630(_derivedRestriction.Flags & RestrictionFlags.MinInclusive) == 0 && 638(_derivedRestriction.Flags & RestrictionFlags.MinExclusive) == 0 && 646(_derivedRestriction.Flags & RestrictionFlags.TotalDigits) == 0 && 654(_derivedRestriction.Flags & RestrictionFlags.FractionDigits) == 0 && 752if ((_derivedRestriction.Flags & flag) != 0) 851else if (restriction != null && (restriction.Flags & RestrictionFlags.WhiteSpace) != 0) 870if (restriction != null && (restriction.Flags & RestrictionFlags.Pattern) != 0) 1006RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1131RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1207RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1278RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1363RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1497RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1571RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1632RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1704RestrictionFlags flags = restriction != null ? restriction.Flags : 0;