15 references to Schemas
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Mappings.cs (1)
1182
foreach (XmlSchema s in _schemas.
Schemas
())
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (2)
494
foreach (XmlSchema schema in serializableMapping.Schemas.
Schemas
())
513
foreach (XmlSchema schema in serializableMapping.Schemas.
Schemas
())
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1175
foreach (XmlSchema schema in Schemas.SchemaSet.
Schemas
())
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
785
foreach (XmlSchema schema in SchemaSet.
Schemas
())
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaHelper.cs (3)
58
ICollection currentSchemas = schemas.
Schemas
();
82
ICollection currentSchemas = schemas.
Schemas
();
102
ICollection currentSchemas = schemas.
Schemas
();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
75
ICollection schemaList = _schemaSet.
Schemas
();
244
ICollection schemaList = _schemaSet.
Schemas
();
338
ICollection schemaList = _schemaSet.
Schemas
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
966
foreach (XmlSchema schema in allSchemas.
Schemas
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SchemaHelper.cs (1)
78
ICollection schemas = schemaSet.
Schemas
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
136
foreach (XmlSchema schema in _xmlSchemas.
Schemas
())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
1572
foreach (XmlSchema schema in xmlSchemas.
Schemas
())