6 writes to Namespace
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
170
import.
Namespace
= ns;
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (2)
472
import.
Namespace
= nullString;
573
import.
Namespace
= childURI;
System\Xml\Schema\XsdBuilder.cs (1)
1201
builder._import!.
Namespace
= value;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
309
import.
Namespace
= ns;
System\Xml\Serialization\XmlSchemas.cs (1)
356
import.
Namespace
= ns;
19 references to Namespace
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaHelper.cs (1)
163
if (SchemaHelper.NamespacesEqual(ns, ((XmlSchemaImport)item).
Namespace
))
System.Private.Xml (18)
System\Xml\Schema\Inference\Infer.cs (2)
458
if (import.
Namespace
== childURI)
564
if (import.
Namespace
== childURI)
System\Xml\Schema\Preprocessor.cs (4)
305
string importNS = import.
Namespace
?? string.Empty;
490
ns = import.
Namespace
;
577
string? importNS = import.
Namespace
;
691
string importNS = import.
Namespace
?? string.Empty;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
146
if (include is XmlSchemaImport && ((XmlSchemaImport)include).
Namespace
== XmlReservedNs.NsXml)
167
string importNS = import.
Namespace
?? string.Empty;
202
if (include is XmlSchemaImport && ((XmlSchemaImport)include).
Namespace
== XmlReservedNs.NsXml)
276
ns = import.
Namespace
;
389
if (((XmlSchemaImport)include).
Namespace
== null && schema.TargetNamespace == null)
393
else if (((XmlSchemaImport)include).
Namespace
== schema.TargetNamespace)
397
Preprocess(include.Schema, ((XmlSchemaImport)include).
Namespace
, Compositor.Import);
406
string? ns = ((XmlSchemaImport)include).
Namespace
;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
338
if (NamespacesEqual(import.
Namespace
, ns))
System\Xml\Serialization\XmlSchemas.cs (3)
192
if (ns == ((XmlSchemaImport)external).
Namespace
)
347
if (external is XmlSchemaImport && ((XmlSchemaImport)external).
Namespace
== ns)
385
AddImport(originals, ((XmlSchemaImport)external).
Namespace
);