7 references to Facets
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
900complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
978complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1470builder._simpleContentRestriction.Facets.Count != 0 2118builder._simpleContentRestriction.Facets.Add(builder._facet);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
896WriteFacets(o.Facets);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4694Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 12135Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Facets;