15 writes to Namespace
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
182import.Namespace = ns;
System.ServiceModel (3)
System\ServiceModel\Description\MessageContractExporter.cs (1)
332imp.Namespace = ns;
System\ServiceModel\Description\SchemaHelper.cs (1)
53import.Namespace = ns;
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
2018import.Namespace = ns;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
269importElement.Namespace = importNamespace;
System.Web.Services (4)
System\Web\Services\Description\HttpProtocolReflector.cs (1)
94import.Namespace = restriction.BaseTypeName.Namespace;
System\Web\Services\Description\SchemaCompiler.cs (1)
42newImport.Namespace = ns;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10453o.@Namespace = CollapseWhitespace(Reader.Value);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
137import.Namespace = ns;
System.Xml (6)
System\Xml\Schema\Inference\Infer.cs (2)
489import.Namespace = nullString; 590import.Namespace = childURI;
System\Xml\Schema\XsdBuilder.cs (1)
1148builder.import.Namespace = value;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
126import.Namespace = ns;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
305import.Namespace = ns;
System\Xml\Serialization\XmlSchemas.cs (1)
391import.Namespace = ns;
32 references to Namespace
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
175if (SchemaHelper.NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace))
System.ServiceModel (6)
System\ServiceModel\Description\MessageContractExporter.cs (1)
319if (import != null && SchemaHelper.NamespacesEqual(import.Namespace, ns))
System\ServiceModel\Description\MessageContractImporter.cs (2)
1026if (import != null && import.Namespace == fakeXsdSchema.TargetNamespace) 1045foreach (XmlSchema s in allSchemas.Schemas(import.Namespace))
System\ServiceModel\Description\SchemaHelper.cs (1)
47if (item is XmlSchemaImport && NamespacesEqual(ns, ((XmlSchemaImport)item).Namespace))
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1223string targetNs = external is XmlSchemaImport ? ((XmlSchemaImport)external).Namespace : xsdDoc.TargetNamespace;
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
1993if ((schemaImport != null) && StringComparer.Ordinal.Equals(schemaImport.Namespace, ns))
System.Web.Services (3)
System\Web\Services\Description\SchemaCompiler.cs (1)
37if (import != null && import.Namespace == ns) {
System\Web\Services\Description\ServiceDescriptionImporter.cs (1)
402foreach (XmlSchema s in allSchemas.GetSchemas(import.Namespace)) {
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3995WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));
System.Xml (22)
System\Xml\Schema\Inference\Infer.cs (2)
476if (import.Namespace == childURI) 581if (import.Namespace == childURI)
System\Xml\Schema\Preprocessor.cs (6)
275string importNS = import.Namespace != null ? import.Namespace : string.Empty; 431ns = import.Namespace; 509string importNS = import.Namespace; 605string importNS = import.Namespace != null ? import.Namespace : string.Empty;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
131if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) { 147string importNS = import.Namespace != null ? import.Namespace : string.Empty; 176if (include is XmlSchemaImport && ((XmlSchemaImport)include).Namespace == XmlReservedNs.NsXml) { 239ns = import.Namespace; 328if (((XmlSchemaImport)include).Namespace == null && schema.TargetNamespace == null) { 331else if (((XmlSchemaImport)include).Namespace == schema.TargetNamespace) { 334Preprocess(include.Schema, ((XmlSchemaImport)include).Namespace, Compositor.Import); 341string ns = ((XmlSchemaImport)include).Namespace;
System\Xml\Serialization\SoapSchemaExporter.cs (1)
143if (import.Namespace == ns) {
System\Xml\Serialization\XmlSchemaExporter.cs (1)
330if (NamespacesEqual(import.Namespace, ns)) {
System\Xml\Serialization\XmlSchemas.cs (3)
256if (ns == ((XmlSchemaImport)external).Namespace) { 384if (external is XmlSchemaImport && ((XmlSchemaImport)external).Namespace == ns) { 411AddImport(originals, ((XmlSchemaImport)external).Namespace);