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