Base:
property
NamespaceURI
System.Xml.XmlNode.NamespaceURI
115 references to NamespaceURI
Microsoft.Build (12)
Construction\ProjectElement.cs (1)
375ReplaceElement(XmlUtilities.RenameXmlElement(XmlElement, element.ElementName, XmlElement.NamespaceURI));
Construction\ProjectExtensionsElement.cs (1)
137idElement = XmlDocument.CreateElement(name, XmlElement.NamespaceURI);
Construction\ProjectItemElement.cs (1)
453XmlElementWithLocation newElement = XmlUtilities.RenameXmlElement(XmlElement, newItemType, XmlElement.NamespaceURI);
Construction\ProjectMetadataElement.cs (1)
139XmlElementWithLocation newElement = XmlUtilities.RenameXmlElement(XmlElement, newName, XmlElement.NamespaceURI);
Construction\ProjectPropertyElement.cs (1)
123XmlElementWithLocation newElement = XmlUtilities.RenameXmlElement(XmlElement, newName, XmlElement.NamespaceURI);
Construction\ProjectUsingTaskParameterElement.cs (1)
75XmlElementWithLocation newElement = XmlUtilities.RenameXmlElement(XmlElement, value, XmlElement.NamespaceURI);
Construction\Solution\ProjectInSolution.cs (2)
329bool emptyNamespace = string.IsNullOrEmpty(mainProjectElement.NamespaceURI); 330bool defaultNamespace = String.Equals(mainProjectElement.NamespaceURI,
Evaluation\ProjectParser.cs (1)
147_project.XmlNamespace = element.NamespaceURI;
Xml\ProjectXmlUtilities.cs (2)
95else if (string.Equals(element.NamespaceURI, XMakeAttributes.defaultXmlNamespace, StringComparison.OrdinalIgnoreCase)) 99else if (string.IsNullOrEmpty(element.NamespaceURI))
XmlUtilities.cs (1)
30if (String.Equals(oldElement.Name, newElementName, StringComparison.Ordinal) && String.Equals(oldElement.NamespaceURI, xmlNamespace, StringComparison.Ordinal))
Microsoft.Build.Engine (3)
Engine\Project.cs (1)
2046ProjectErrorUtilities.VerifyThrowInvalidProject((mainProjectElement.Prefix.Length == 0) && (String.Equals(mainProjectElement.NamespaceURI, XMakeAttributes.defaultXmlNamespace, StringComparison.OrdinalIgnoreCase)),
Shared\ProjectInSolution.cs (1)
258if (String.Equals(mainProjectElement.NamespaceURI, XMakeAttributes.defaultXmlNamespace, StringComparison.OrdinalIgnoreCase))
Xml\ProjectXmlUtilities.cs (1)
106!String.Equals(element.NamespaceURI, XMakeAttributes.defaultXmlNamespace, StringComparison.OrdinalIgnoreCase))
Microsoft.Build.Tasks.Core (2)
BootstrapperUtil\BootstrapperBuilder.cs (2)
868string.Equals(xmlDocument.DocumentElement.NamespaceURI, schemaNamespace, StringComparison.Ordinal), 869"'" + xmlDocument.DocumentElement.NamespaceURI + "' is not '" + schemaNamespace + "'...");
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
886XmlNode nodeImport = xmlProjectDoc.CreateElement("Import", xmlProjectDoc.DocumentElement.NamespaceURI);
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
492(content.NamespaceURI == AnnotationXmlConstants.Namespaces.BaseSchemaNamespace))
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
43&& string.Equals(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal));
ReachFramework (2)
PrintConfig\PrtTicket_Editor.cs (2)
49if ((root.NamespaceURI != PrintSchemaNamespaces.Framework) || 54root.NamespaceURI,
System.Data.Common (7)
System\Data\DataSet.cs (4)
2240Debug.Assert(root.NamespaceURI != null, "root.NamespaceURI should not ne null, it should be empty string"); 2249if (DataSetName != root.Name && _namespaceURI != root.NamespaceURI && 2250Tables.Contains(root.Name, (root.NamespaceURI.Length == 0) ? null : root.NamespaceURI, false, true))
System\Xml\DataSetMappper.cs (2)
91DataTable t = SearchMatchingTableSchema(elem.LocalName, elem.NamespaceURI); 155object tid = GetIdentity(rowElem.LocalName, rowElem.NamespaceURI);
System\Xml\XmlDataDocument.cs (1)
1543if (e.LocalName == col.EncodedColumnName && e.NamespaceURI == col.Namespace)
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\SchemaImporter.cs (9)
1252if (typeElement != null && typeElement.NamespaceURI == surrogateDataAnnotationName.Namespace && typeElement.LocalName == surrogateDataAnnotationName.Name) 1273if (typeElement != null && typeElement.NamespaceURI == Globals.SerializationNamespace) 1301argumentElement.NamespaceURI != Globals.SerializationNamespace) 1302throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidElement, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name)); 1308throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name)); 1311throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationForNestedLevelMustBeIncreasing, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name)); 1323throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name)); 1418ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.Format(SR.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.LocalName, child.NamespaceURI)); 1436if (markup[i] is XmlElement annotationElement && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
System.Private.Xml (13)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
358_validator!.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, _schemaInfo, xsiType, xsiNil, null, null); 374elementNode.XmlName = _document.AddXmlName(elementNode.Prefix, elementNode.LocalName, elementNode.NamespaceURI, _schemaInfo); 592currentElement.XmlName = _document.AddXmlName(currentElement.Prefix, currentElement.LocalName, currentElement.NamespaceURI, _schemaInfo); 707_validator!.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, newSchemaInfo, xsiType, xsiNil, null, null);
System\Xml\Dom\XmlDocument.cs (1)
698XmlQualifiedName qname = new XmlQualifiedName(elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI);
System\Xml\Dom\XmlElement.cs (3)
58XmlElement element = doc.CreateElement(Prefix, LocalName, NamespaceURI); 106set { _name = _name.OwnerDocument.AddXmlName(value, LocalName, NamespaceURI, SchemaInfo); } 510w.WriteStartElement(Prefix, LocalName, NamespaceURI);
System\Xml\Dom\XmlLoader.cs (2)
137element.XmlName = _doc.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo); 155element.XmlName = _doc!.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo);
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (3)
248if (element.Name == elem.Name && element.Namespace == elem.NamespaceURI) 257throw CreateChoiceIdentifierValueException(choice.Mapping!.TypeDesc!.FullName, choice.MemberName!, elem.Name, elem.NamespaceURI); 266throw CreateUnknownAnyElementException(elem.Name, elem.NamespaceURI);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (1)
390if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
System.Security.Cryptography.Xml (18)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (4)
56if (!Utils.IsCommittedNamespace(this, Prefix, NamespaceURI)) 60nsattrib.Value = NamespaceURI; 128if (!Utils.IsCommittedNamespace(this, Prefix, NamespaceURI)) 132nsattrib.Value = NamespaceURI;
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
162|| value.NamespaceURI != SignedXml.XmlDsigNamespaceUrl)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
26if (elementProperty.LocalName != "EncryptionProperty" || elementProperty.NamespaceURI != EncryptedXml.XmlEncNamespaceUrl) 51if (value.LocalName != "EncryptionProperty" || value.NamespaceURI != EncryptedXml.XmlEncNamespaceUrl) 89if (value.LocalName != "EncryptionProperty" || value.NamespaceURI != EncryptedXml.XmlEncNamespaceUrl)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
82string kicString = elem.NamespaceURI + " " + elem.LocalName;
System\Security\Cryptography\Xml\RSAKeyValue.cs (1)
117|| value.NamespaceURI != SignedXml.XmlDsigNamespaceUrl)
System\Security\Cryptography\Xml\Utils.cs (4)
29if (element.Prefix == prefix && element.NamespaceURI == value) return true; 518if (!Utils.IsCommittedNamespace(ancestorElement, ancestorElement.Prefix, ancestorElement.NamespaceURI)) 521if (!Utils.IsRedundantNamespace(ancestorElement, ancestorElement.Prefix, ancestorElement.NamespaceURI)) 525nsattrib.Value = ancestorElement.NamespaceURI;
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
99if (elem.LocalName == "Except" && elem.NamespaceURI == Consts.XmlDecryptionTransformNamespaceUrl) 234encryptedDataElement.NamespaceURI == EncryptedXml.XmlEncNamespaceUrl)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
56&& e.NamespaceURI.Equals(SignedXml.XmlDsigExcC14NTransformUrl) &&
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
68namespaceURI = elem.NamespaceURI;
System.ServiceModel.Primitives (39)
System\IdentityModel\Security\WSTrust.cs (1)
162if (element.LocalName != name || element.NamespaceURI != ns)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
103writer.WriteLine(" Token Element: ({0}, {1})", TokenXml.LocalName, TokenXml.NamespaceURI);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
214headers.Add(new XmlElementMessageHeader(this, messageVersion, xmlElement.LocalName, xmlElement.NamespaceURI, mustUnderstand, actor, relay, xmlElement));
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
101MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.Get(element.LocalName, element.NamespaceURI); 104message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 119message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 131message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI,
System\ServiceModel\Security\WSSecureConversation.cs (1)
337if (element.LocalName == Parent.SerializerDictionary.Identifier.Value && element.NamespaceURI == Parent.SerializerDictionary.Namespace.Value)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
78element.NamespaceURI == DXD.SecureConversationDec2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
63element.NamespaceURI == XD.SecureConversationFeb2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
423throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.ValueType, null)))); 484return element.LocalName == LocalName.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (20)
84return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.Namespace.Value) && valueTypeUri == ValueTypeUri; 245if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 249else if (child.LocalName == DriverDictionary.RequestType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 253else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 347if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 351else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 355else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 358if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.Namespace.Value) 368else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 452if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 455if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.Namespace.Value) 498if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 538if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 565if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 573else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 817if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 821else if (child.LocalName == DriverDictionary.RequestedTokenReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 1209&& element.NamespaceURI == DriverDictionary.Namespace.Value 1230&& element.NamespaceURI == DriverDictionary.Namespace.Value
System\ServiceModel\Security\WSTrustDec2005.cs (1)
47(element.NamespaceURI == DXD.TrustDec2005Dictionary.Namespace.Value));
System\ServiceModel\Security\WSTrustFeb2005.cs (6)
105if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 109else if (child.LocalName == DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 113else if (child.LocalName == DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 147if (child.LocalName == DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 166if (child.LocalName == DriverDictionary.RenewTarget.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 170else if (child.LocalName == DriverDictionary.CloseTarget.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescription.cs (3)
392if (element.LocalName == Soap.Element.Claim && element.NamespaceURI == Soap.ConformanceClaim) 1178if (element != null && element.LocalName == name && element.NamespaceURI == ns) 1194if (element != null && element.LocalName == name && element.NamespaceURI == ns)
System\Web\Services\Protocols\RuntimeUtils.cs (3)
18if (element.NamespaceURI != null && element.NamespaceURI.Length > 0) 27xml.Write(element.NamespaceURI);