6 references to XmlSchemaEnumerationFacet
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
462XmlSchemaEnumerationFacet space_default = new XmlSchemaEnumerationFacet(); 465XmlSchemaEnumerationFacet space_preserve = new XmlSchemaEnumerationFacet();
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2071builder._facet = new XmlSchemaEnumerationFacet();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
423XmlSchemaEnumerationFacet enumeration = new XmlSchemaEnumerationFacet();
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1204XmlSchemaEnumerationFacet enumeration = new XmlSchemaEnumerationFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10034o = new Microsoft.Xml.Schema.XmlSchemaEnumerationFacet();