10 references to Schemas
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
844
if (wsdl.Types != null && wsdl.Types.
Schemas
!= null)
846
foreach (XmlSchema xsd in wsdl.Types.
Schemas
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
577
foreach (XsdNS.XmlSchema schema in wsdl.Types.
Schemas
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
486
for (int i = 0; i < Types.
Schemas
.Count; i++)
488
string tns = Types.
Schemas
[i].TargetNamespace;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2282
Microsoft.Xml.Serialization.XmlSchemas a = (Microsoft.Xml.Serialization.XmlSchemas)o.
@Schemas
;
8418
Microsoft.Xml.Serialization.XmlSchemas a_4 = (Microsoft.Xml.Serialization.XmlSchemas)o.
@Schemas
;
Metadata\MetadataDocumentLoader.cs (2)
361
foreach (XmlNS.Schema.XmlSchema schema in wsdl.Types.
Schemas
)
641
foreach (XmlNS.Schema.XmlSchema embeddedSchema in wsdl.Types.
Schemas
)
Metadata\MetadataDocumentSaver.cs (1)
175
foreach (XmlNS.Schema.XmlSchema schema in wsdl.Types.
Schemas
)