10 writes to Namespace
System.Data.Common (4)
System\Data\DataSet.cs (2)
3496any.Namespace = XmlSchema.Namespace; 3502any.Namespace = Keywords.DFFNS;
System\Data\DataTable.cs (2)
6692any.Namespace = XmlSchema.Namespace; 6699any.Namespace = Keywords.DFFNS;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
794any.Namespace = datasetSchema.TargetNamespace ?? string.Empty; 868iSerializableWildcardElement.Namespace = "##local";
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
2010builder._anyElement!.Namespace = value;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
450any.Namespace = serializableMapping.NamespaceList; 503any.Namespace = anyNs ?? ""; 809any.Namespace = accessor.Namespace;
8 references to Namespace
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\SchemaImporter.cs (5)
766if (any == null || any.Namespace != null) 789if (any == null || any.Namespace != null) 866if (wildcard.Namespace != iSerializableWildcardElement.Namespace) 867ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.Format(SR.ISerializableWildcardNamespaceInvalid, iSerializableWildcardElement.Namespace));
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaParticle.cs (1)
148string? ns = any.Namespace;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1208if (GenerateOrder && any.Namespace != null) 1210NamespaceList list = new NamespaceList(any.Namespace, targetNamespace!);