3 references to _xmlSchemas
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
82
get { return
_xmlSchemas
; }
605
_xmlSchemas
.Add(TryConvert<XmlSchema>(doc));
668
extension.BeforeImport(_wsdlDocuments,
_xmlSchemas
, _policyDocuments.Values);