2 writes to Flags
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
628derivedRestriction.Flags |= flag; 635derivedRestriction.Flags |= flag;
43 references to Flags
System.Xml (43)
System\Xml\Schema\DataTypeImplementation.cs (3)
451RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 460RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 2845if (dt.Restriction != null && (dt.Restriction.Flags & RestrictionFlags.Enumeration) != 0) {
System\Xml\Schema\FacetChecker.cs (40)
48baseFlags = datatype.Restriction != null ? datatype.Restriction.Flags : 0; 387(derivedRestriction.Flags & RestrictionFlags.MaxInclusive) != 0 && 388(derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 393(derivedRestriction.Flags & RestrictionFlags.MinInclusive) != 0 && 394(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 399(derivedRestriction.Flags & RestrictionFlags.Length) != 0 && 400(derivedRestriction.Flags & (RestrictionFlags.MinLength|RestrictionFlags.MaxLength)) != 0 409(derivedRestriction.Flags & RestrictionFlags.MinLength) != 0 && 410(derivedRestriction.Flags & RestrictionFlags.MaxLength) != 0 419(derivedRestriction.Flags & RestrictionFlags.MinInclusive) != 0 && 420(derivedRestriction.Flags & RestrictionFlags.MaxInclusive) != 0 427(derivedRestriction.Flags & RestrictionFlags.MinInclusive) != 0 && 428(derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 435(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 436(derivedRestriction.Flags & RestrictionFlags.MaxExclusive) != 0 443(derivedRestriction.Flags & RestrictionFlags.MinExclusive) != 0 && 444(derivedRestriction.Flags & RestrictionFlags.MaxInclusive) != 0 450if ((derivedRestriction.Flags & (RestrictionFlags.TotalDigits|RestrictionFlags.FractionDigits)) == (RestrictionFlags.TotalDigits|RestrictionFlags.FractionDigits)) { 461(derivedRestriction.Flags & RestrictionFlags.Length) == 0 && 468(derivedRestriction.Flags & RestrictionFlags.MinLength) == 0 && 475(derivedRestriction.Flags & RestrictionFlags.MaxLength) == 0 && 499(derivedRestriction.Flags & RestrictionFlags.WhiteSpace) == 0 && 506(derivedRestriction.Flags & RestrictionFlags.MaxInclusive) == 0 && 513(derivedRestriction.Flags & RestrictionFlags.MaxExclusive) == 0 && 520(derivedRestriction.Flags & RestrictionFlags.MinInclusive) == 0 && 527(derivedRestriction.Flags & RestrictionFlags.MinExclusive) == 0 && 534(derivedRestriction.Flags & RestrictionFlags.TotalDigits) == 0 && 541(derivedRestriction.Flags & RestrictionFlags.FractionDigits) == 0 && 622if ((derivedRestriction.Flags & flag) != 0) { 703else if (restriction != null && (restriction.Flags & RestrictionFlags.WhiteSpace) != 0) { //Restriction has whitespace facet specified 719if (restriction != null && (restriction.Flags & RestrictionFlags.Pattern) != 0) { 841RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 943RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1002RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1057RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1130RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1242RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1297RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1344RestrictionFlags flags = restriction != null ? restriction.Flags : 0; 1388RestrictionFlags flags = restriction != null ? restriction.Flags : 0;