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