24 references to Facets
dotnet-svcutil-lib (24)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (4)
464r.Facets.Add(space_default); 467r.Facets.Add(space_preserve); 1583for (int i = 0; i < restriction.Facets.Count; ++i) 1585SetParent(restriction.Facets[i], restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
590simpleType.SetDatatype(datatype.DeriveByRestriction(restriction.Facets, NameTable, simpleType));
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1228for (int i = 0; i < restriction.Facets.Count; ++i) 1230SetParent(restriction.Facets[i], restriction);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
675simpleType.SetDatatype(datatype.DeriveByRestriction(restriction.Facets, NameTable, simpleType));
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2110builder._simpleTypeRestriction.Facets.Add(builder._facet);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
646WriteFacets(o.Facets);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
425restriction.Facets.Add(enumeration);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (3)
586foreach (object o in restriction.Facets) 642for (int i = 0; i < restriction.Facets.Count; i++) 644object facet = restriction.Facets[i];
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
672restriction.Facets.Add(facet);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
1206restriction.Facets.Add(enumeration);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (3)
1777foreach (object o in restriction.Facets) 1858for (int i = 0; i < restriction.Facets.Count; i++) 1860object facet = restriction.Facets[i];
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
547foreach (XmlSchemaFacet facet in restriction.Facets) 556return ((restriction.BaseTypeName == expectedBase && restriction.Facets.Count > 0) || ImportType(restriction.BaseTypeName) is EnumDataContract); 1205foreach (XmlSchemaFacet facet in restriction.Facets)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
3252Microsoft.Xml.Schema.XmlSchemaObjectCollection a = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 9466Microsoft.Xml.Schema.XmlSchemaObjectCollection a_6 = (Microsoft.Xml.Schema.XmlSchemaObjectCollection)o.@Facets;