2 references to _xmlSchemas
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
136
foreach (XmlSchema schema in
_xmlSchemas
.Schemas())
143
public XmlSchemaSet GeneratedXmlSchemas { get { return
_xmlSchemas
; } }