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