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