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