12 references to Read
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
845s_xml = XmlSchema.Read(new StringReader(xmlSchema), null);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
53XmlSchema schema = XmlSchema.Read(reader, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractExporter.cs (6)
26return XmlSchema.Read(new StringReader(wsdl), null); 30return XmlSchema.Read(new StringReader(soap), null); 35return XmlSchema.Read(new StringReader(soapEncoding), null); 40return XmlSchema.Read(new StringReader(fakeSoapEncoding), null); 45return XmlSchema.Read(new StringReader(fakeXsd), null); 50return XmlSchema.Read(new StringReader(fakeXmlSchema), null);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
185s_schema = XmlSchema.Read(new StringReader(Schemas.Wsdl), null); 197s_soapEncodingSchema = XmlSchema.Read(new StringReader(Schemas.SoapEncoding), null);
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
56s_schema = XmlSchema.Read(new StringReader(Schemas.Soap), null);
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
111s_schema = XmlSchema.Read(new StringReader(Schemas.WebRef), null);