1 write to Types
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4193
o.
@Types
= Read67_Types(false, true);
42 references to Types
System.ServiceModel (16)
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (2)
263
foreach (XmlSchema schema in wsdl.
Types
.Schemas)
293
SR.TraceCodeComIntegrationWsdlChannelBuilderLoaded, bindingQname, contractQname, wsdl, contractDescription, binding, wsdl.
Types
.Schemas);
System\ServiceModel\Description\MessageContractExporter.cs (2)
327
wsdl.
Types
.Schemas.Add(xsd);
338
foreach (XmlSchema xsd in wsdl.
Types
.Schemas)
System\ServiceModel\Description\MessageContractImporter.cs (3)
856
if (wsdl.
Types
!= null && wsdl.
Types
.Schemas != null)
858
foreach (XmlSchema xsd in wsdl.
Types
.Schemas)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
613
foreach (XsdNS.XmlSchema schema in wsdl.
Types
.Schemas)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
1207
if (wsdlDoc.
Types
!= null)
1209
foreach (XmlSchema xsdDoc in wsdlDoc.
Types
.Schemas)
System\ServiceModel\Description\WsdlHelper.cs (2)
52
singleWsdl.
Types
.Schemas.Add(newSchema);
80
singleWsdl.
Types
.Schemas.Clear();
System\ServiceModel\Security\WSTrustServiceContract.cs (4)
1988
foreach (XmlSchema xmlSchema in context.WsdlPort.Service.ServiceDescription.
Types
.Schemas)
2007
if (context.WsdlPort.Service.ServiceDescription.
Types
.Schemas.Count == 0)
2010
context.WsdlPort.Service.ServiceDescription.
Types
.Schemas.Add(importedSchema);
2014
importedSchema = context.WsdlPort.Service.ServiceDescription.
Types
.Schemas[0];
System.Web.Extensions (2)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (2)
1521
foreach (XmlSchema schema in wsdl.
Types
.Schemas)
1546
wsdl.
Types
.Schemas.Remove(schema);
System.Web.Services (24)
System\Web\Services\Description\HttpProtocolReflector.cs (2)
76
if (!ServiceDescription.
Types
.Schemas.Contains(typeNs)) {
79
ServiceDescription.
Types
.Schemas.Add(schema);
System\Web\Services\Description\ServiceDescription.cs (3)
116
private bool ShouldSerializeTypes() { return
Types
.HasItems(); }
443
for (int i = 0; i <
Types
.Schemas.Count; i++) {
444
string tns =
Types
.Schemas[i].TargetNamespace;
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
415
foreach (XmlSchema schema in description.
Types
.Schemas) {
System\Web\Services\Description\ServiceDescriptionReflector.cs (8)
159
exporter = new XmlSchemaExporter(description.
Types
.Schemas);
197
ServiceDescription.
Types
.Schemas.Compile(null, false);
202
Schemas.Add(ServiceDescription.
Types
.Schemas);
203
ServiceDescription.
Types
.Schemas.Clear();
205
else if (ServiceDescription.
Types
.Schemas.Count > 0) {
206
XmlSchema[] descriptionSchemas = new XmlSchema[ServiceDescription.
Types
.Schemas.Count];
207
ServiceDescription.
Types
.Schemas.CopyTo(descriptionSchemas, 0);
211
ServiceDescription.
Types
.Schemas.Remove(schema);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
68
Write67_Types(@"types", @"http://schemas.xmlsoap.org/wsdl/", ((global::System.Web.Services.Description.Types)o.
@Types
), false, false);
System\Web\Services\Description\SoapProtocolReflector.cs (1)
52
soapExporter = new SoapSchemaExporter(ServiceDescription.
Types
.Schemas);
System\Web\Services\Description\WebServicesInteroperability.cs (3)
262
StringCollection compileWarnings = SchemaCompiler.Compile(description.
Types
.Schemas);
308
foreach (XmlSchema schema in description.
Types
.Schemas) {
537
WsiProfiles typesClaims = ServiceDescription.GetConformanceClaims(description.
Types
.DocumentationElement);
System\Web\Services\Discovery\ContractReference.cs (2)
120
foreach (XmlSchema schema in Contract.
Types
.Schemas) {
201
foreach (XmlSchema schema in serviceDescription.
Types
.Schemas) {
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (3)
153
if (description.
Types
.Schemas.Count == 0) {
158
description.
Types
.Schemas.Add(top);
161
AddExternal(description.
Types
.Schemas[0], schema.TargetNamespace, location);