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