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