3 references to xmlSchemas
System.ServiceModel (3)
System\ServiceModel\Description\WsdlImporter.cs (3)
82
get { return this.
xmlSchemas
; }
606
xmlSchemas
.Add(TryConvert<XmlSchema>(doc));
669
extension.BeforeImport(this.wsdlDocuments, this.
xmlSchemas
, this.policyDocuments.Values);