1 write to baseFixedFlags
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
49baseFixedFlags = datatype.Restriction != null ? datatype.Restriction.FixedFlags : 0;
10 references to baseFixedFlags
System.Xml (10)
System\Xml\Schema\FacetChecker.cs (10)
61if ((baseFixedFlags & RestrictionFlags.Length) != 0) { 91if ((baseFixedFlags & RestrictionFlags.MinLength) != 0) { 114if ((baseFixedFlags & RestrictionFlags.MaxLength) != 0) { 172if ((baseFixedFlags & RestrictionFlags.WhiteSpace) != 0) { 203if ((baseFixedFlags & RestrictionFlags.MaxInclusive) != 0) { 217if ((baseFixedFlags & RestrictionFlags.MaxExclusive) != 0) { 231if ((baseFixedFlags & RestrictionFlags.MinInclusive) != 0) { 245if ((baseFixedFlags & RestrictionFlags.MinExclusive) != 0) { 260if ((baseFixedFlags & RestrictionFlags.TotalDigits) != 0) { 636if ((baseFixedFlags & flag) != 0) {