12 writes to FacetType
System.Xml (12)
System\Xml\Schema\XmlSchemaFacet.cs (12)
69
FacetType
= FacetType.Length;
76
FacetType
= FacetType.MinLength;
83
FacetType
= FacetType.MaxLength;
90
FacetType
= FacetType.Pattern;
97
FacetType
= FacetType.Enumeration;
104
FacetType
= FacetType.MinExclusive;
111
FacetType
= FacetType.MinInclusive;
118
FacetType
= FacetType.MaxExclusive;
125
FacetType
= FacetType.MaxInclusive;
132
FacetType
= FacetType.TotalDigits;
139
FacetType
= FacetType.FractionDigits;
146
FacetType
= FacetType.Whitespace;
2 references to FacetType
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
314
switch (facet.
FacetType
) {
746
switch(facet.
FacetType
) {