8 references to GeneratedXmlSchemas
System.ServiceModel (8)
System\ServiceModel\Description\MessageContractExporter.cs (6)
111foreach (XmlSchema schema in exporter.GeneratedXmlSchemas.Schemas()) 166XmlSchemaSet schemas = this.exporter.GeneratedXmlSchemas; 192XmlSchemaSet schemas = this.exporter.GeneratedXmlSchemas; 238ExportGlobalElement(elementName.Name, elementName.Namespace, true/*isNillable*/, typeName, xsdType, this.exporter.GeneratedXmlSchemas); 249dataContractExporter = new XsdDataContractExporter(this.exporter.GeneratedXmlSchemas); 275return exporter.GeneratedXmlSchemas;
System\ServiceModel\Security\WSTrustServiceContract.cs (2)
2019exporter.GeneratedXmlSchemas.Add(schema); 2045ICollection schemas = exporter.GeneratedXmlSchemas.Schemas(ns);