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