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