1 write to baseFlags
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
48
baseFlags
= datatype.Restriction != null ? datatype.Restriction.Flags : 0;
32 references to baseFlags
System.Xml (32)
System\Xml\Schema\FacetChecker.cs (32)
66
if ((
baseFlags
& RestrictionFlags.Length) != 0) {
72
if ((
baseFlags
& RestrictionFlags.MinLength) != 0) {
78
if ((
baseFlags
& RestrictionFlags.MaxLength) != 0) {
96
if ((
baseFlags
& RestrictionFlags.MinLength) != 0) {
101
if ((
baseFlags
& RestrictionFlags.Length) != 0) {
119
if ((
baseFlags
& RestrictionFlags.MaxLength) != 0) {
124
if ((
baseFlags
& RestrictionFlags.Length) != 0) {
179
if ((
baseFlags
& RestrictionFlags.WhiteSpace) != 0) {
265
if ((
baseFlags
& RestrictionFlags.TotalDigits) != 0) {
281
if ((
baseFlags
& RestrictionFlags.FractionDigits) != 0) {
316
if ((
baseFlags
& RestrictionFlags.MaxInclusive) != 0) { //Base facet has maxInclusive
321
if ((
baseFlags
& RestrictionFlags.MaxExclusive) != 0) { //Base facet has maxExclusive
329
if ((
baseFlags
& RestrictionFlags.MaxExclusive) != 0) { //Base facet has maxExclusive
334
if ((
baseFlags
& RestrictionFlags.MaxInclusive) != 0) { //Base facet has maxInclusive
342
if ((
baseFlags
& RestrictionFlags.MinInclusive) != 0) { //Base facet has minInclusive
347
if ((
baseFlags
& RestrictionFlags.MinExclusive) != 0) { //Base facet has minExclusive
352
if ((
baseFlags
& RestrictionFlags.MaxExclusive) != 0) { //Base facet has maxExclusive
360
if ((
baseFlags
& RestrictionFlags.MinExclusive) != 0) { //Base facet has minExclusive
365
if ((
baseFlags
& RestrictionFlags.MinInclusive) != 0) { //Base facet has minInclusive
370
if ((
baseFlags
& RestrictionFlags.MaxExclusive) != 0) { //Base facet has maxExclusive
462
(
baseFlags
& RestrictionFlags.Length) != 0
469
(
baseFlags
& RestrictionFlags.MinLength) != 0
476
(
baseFlags
& RestrictionFlags.MaxLength) != 0
481
if ((
baseFlags
& RestrictionFlags.Pattern) != 0) {
491
if ((
baseFlags
& RestrictionFlags.Enumeration) != 0) {
500
(
baseFlags
& RestrictionFlags.WhiteSpace) != 0
507
(
baseFlags
& RestrictionFlags.MaxInclusive) != 0
514
(
baseFlags
& RestrictionFlags.MaxExclusive) != 0
521
(
baseFlags
& RestrictionFlags.MinInclusive) != 0
528
(
baseFlags
& RestrictionFlags.MinExclusive) != 0
535
(
baseFlags
& RestrictionFlags.TotalDigits) != 0
542
(
baseFlags
& RestrictionFlags.FractionDigits) != 0