12 writes to FacetType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaFacet.cs (12)
81FacetType = FacetType.Length; 90FacetType = FacetType.MinLength; 99FacetType = FacetType.MaxLength; 108FacetType = FacetType.Pattern; 117FacetType = FacetType.Enumeration; 126FacetType = FacetType.MinExclusive; 135FacetType = FacetType.MinInclusive; 144FacetType = FacetType.MaxExclusive; 153FacetType = FacetType.MaxInclusive; 162FacetType = FacetType.TotalDigits; 171FacetType = FacetType.FractionDigits; 180FacetType = FacetType.Whitespace;
2 references to FacetType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
378switch (facet.FacetType) 912switch (facet.FacetType)