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