15 writes to Namespace
System.Data (4)
fx\src\data\System\Data\DataSet.cs (2)
3301any.Namespace = XmlSchema.Namespace; 3307any.Namespace = Keywords.DFFNS;
fx\src\data\System\Data\DataTable.cs (2)
5920any.Namespace = XmlSchema.Namespace; 5927any.Namespace = Keywords.DFFNS;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaExporter.cs (2)
796any.Namespace = (datasetSchema.TargetNamespace == null) ? String.Empty : datasetSchema.TargetNamespace; 870iSerializableWildcardElement.Namespace = "##local";
System.ServiceModel (1)
System\ServiceModel\Description\MessageContractExporter.cs (1)
179anyElement.Namespace = "##any";
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\SchemaUtility.cs (3)
298any.Namespace = "##other"; 353any.Namespace = "##other"; 399any.Namespace = "##other";
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9604o.@Namespace = Reader.Value;
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (1)
1852builder.anyElement.Namespace = value;
System\Xml\Serialization\XmlSchemaExporter.cs (3)
424any.Namespace = serializableMapping.NamespaceList; 469any.Namespace = anyNs == null ? "" : anyNs; 725any.Namespace = accessor.Namespace;
18 references to Namespace
System.Data (5)
fx\src\data\System\Data\DataSet.cs (5)
3541if ((any0.Namespace == XmlSchema.Namespace) && (any1.Namespace == "urn:schemas-microsoft-com:xml-diffgram-v1")) 3611(null != any.Namespace) && 3612(any.Namespace.IndexOfAny(new char[] { '#', ' ' }) < 0)) // special syntax (##any, ##other, ...) or more than one Uri present 3614foreach (XmlSchema schema in schemas.GetSchemas(any.Namespace))
System.Data.Services.Design (4)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (4)
136schemaAny.Namespace == "##other" || schemaAny.Namespace == "##any", 138if (schemaAny.Namespace == "##any") 142else if (schemaAny.Namespace == "##other")
System.Runtime.Serialization (5)
System\Runtime\Serialization\SchemaImporter.cs (5)
788if (any == null || any.Namespace != null) 810if (any == null || any.Namespace != null) 884if (wildcard.Namespace != iSerializableWildcardElement.Namespace) 885ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.GetString(SR.ISerializableWildcardNamespaceInvalid, iSerializableWildcardElement.Namespace));
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
2185WriteAttribute(@"namespace", @"", ((global::System.String)o.@Namespace));
System.Xml (3)
System\Xml\Schema\XmlSchemaParticle.cs (1)
140string ns = any.Namespace;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1137if (GenerateOrder && any.Namespace != null) { 1138NamespaceList list = new NamespaceList(any.Namespace, targetNamespace);