12 writes to FacetType
System.Private.Xml (12)
System\Xml\Schema\XmlSchemaFacet.cs (12)
71
FacetType
= FacetType.Length;
79
FacetType
= FacetType.MinLength;
87
FacetType
= FacetType.MaxLength;
95
FacetType
= FacetType.Pattern;
103
FacetType
= FacetType.Enumeration;
111
FacetType
= FacetType.MinExclusive;
119
FacetType
= FacetType.MinInclusive;
127
FacetType
= FacetType.MaxExclusive;
135
FacetType
= FacetType.MaxInclusive;
143
FacetType
= FacetType.TotalDigits;
151
FacetType
= FacetType.FractionDigits;
159
FacetType
= FacetType.Whitespace;
3 references to FacetType
System.Private.Xml (3)
System\Xml\Schema\FacetChecker.cs (3)
379
switch (facet.
FacetType
)
464
Debug.Fail($"Unexpected facet type {facet.
FacetType
}");
905
switch (facet.
FacetType
)