Base:
property
NamespaceURI
System.Xml.XmlNode.NamespaceURI
139 references to NamespaceURI
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
511(content.NamespaceURI == AnnotationXmlConstants.Namespaces.BaseSchemaNamespace))
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
49&& String.CompareOrdinal(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace) == 0);
System.Data (8)
fx\src\data\System\Data\DataSet.cs (5)
2062Debug.Assert(root.NamespaceURI != null, "root.NamespaceURI should not ne null, it should be empty string"); 2071if (this.DataSetName != root.Name && this.namespaceURI != root.NamespaceURI && 2072Tables.Contains(root.Name, (root.NamespaceURI.Length == 0) ? null : root.NamespaceURI, false, true)) { 2170string ns = xdoc.DocumentElement.NamespaceURI;
fx\src\data\System\NewXml\DataSetMappper.cs (2)
88DataTable t = SearchMatchingTableSchema( elem.LocalName, elem.NamespaceURI ); 135object tid = GetIdentity( rowElem.LocalName, rowElem.NamespaceURI );
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
1365if ( e.LocalName == col.EncodedColumnName && e.NamespaceURI == col.Namespace ) {
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityDesignerUtils.cs (2)
67if (xmlDocument.DocumentElement.NamespaceURI == v2Namespaces.Edmx) 71else if (xmlDocument.DocumentElement.NamespaceURI == v1Namespaces.Edmx)
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
118writer.WriteLine(" Token Element: ({0}, {1})", this.tokenXml.LocalName, this.tokenXml.NamespaceURI);
System\IdentityModel\Tokens\WSTrust.cs (1)
170if (element.LocalName != name || element.NamespaceURI != ns)
System.Runtime.Serialization (9)
System\Runtime\Serialization\SchemaImporter.cs (9)
1259if (typeElement != null && typeElement.NamespaceURI == surrogateDataAnnotationName.Namespace && typeElement.LocalName == surrogateDataAnnotationName.Name) 1286if (typeElement != null && typeElement.NamespaceURI == Globals.SerializationNamespace) 1317argumentElement.NamespaceURI != Globals.SerializationNamespace) 1318throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidElement, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name))); 1324throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name))); 1327throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationForNestedLevelMustBeIncreasing, argumentElement.LocalName, argumentElement.NamespaceURI, type.Name))); 1338throw System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidDataContractException(SR.GetString(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.NamespaceURI, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name))); 1430ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.GetString(SR.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.NamespaceURI, child.LocalName, child.NamespaceURI)); 1449if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace)
System.ServiceModel (95)
System\ServiceModel\Channels\ContextBindingElementPolicy.cs (2)
89&& assertion.NamespaceURI == HttpNamespace 130&& assertion.NamespaceURI == WscNamespace
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
807if (assertion.NamespaceURI != TransportPolicyConstants.HttpTransportNamespace) 847if (assertion.NamespaceURI != TransportPolicyConstants.WebSocketPolicyNamespace)
System\ServiceModel\Channels\MessageEncodingBindingElementImporter.cs (1)
220switch (assertion.NamespaceURI)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (6)
441if (element == null || !PeerRequestSecurityToken.CompareWithNS(element.LocalName, element.NamespaceURI, PeerTokenElementName, PeerNamespace)) 446if (authElement == null || !PeerRequestSecurityToken.CompareWithNS(authElement.LocalName, authElement.NamespaceURI, PeerAuthenticatorElementName, PeerNamespace)) 536if (element == null || !PeerRequestSecurityToken.CompareWithNS(element.LocalName, element.NamespaceURI, PeerRequestSecurityToken.RequestedSecurityTokenElementName, TrustFeb2005Strings.Namespace)) 627if (PeerRequestSecurityToken.CompareWithNS(child.LocalName, child.NamespaceURI, StatusString, TrustFeb2005Strings.Namespace)) 632if (PeerRequestSecurityToken.CompareWithNS(desc.LocalName, desc.NamespaceURI, CodeString, TrustFeb2005Strings.Namespace)) 640else if (PeerRequestSecurityToken.CompareWithNS(child.LocalName, child.NamespaceURI, TrustFeb2005Strings.RequestedSecurityToken, TrustFeb2005Strings.Namespace))
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
474element.NamespaceURI)));
System\ServiceModel\Channels\TransactionFlowBindingElementImporter.cs (3)
56if (element.NamespaceURI == TransactionPolicyStrings.OleTxTransactionsNamespace 72else if (element.NamespaceURI == TransactionPolicyStrings.WsatTransactionsNamespace10 88else if (element.NamespaceURI == TransactionPolicyStrings.WsatTransactionsNamespace11
System\ServiceModel\Configuration\UnrecognizedPolicyAssertionElement.cs (1)
122XmlElement top = document.CreateElement(e.Prefix, e.LocalName, e.NamespaceURI);
System\ServiceModel\Description\MetadataSection.cs (4)
96SR.GetString(SR.SFxBadMetadataMustBePolicy, MetadataStrings.WSPolicy.NamespaceUri, MetadataStrings.WSPolicy.Elements.Policy, policy.NamespaceURI, policy.LocalName)); 101section.Dialect = policy.NamespaceURI; 140return (policy.NamespaceURI == MetadataStrings.WSPolicy.NamespaceUri 141|| policy.NamespaceURI == MetadataStrings.WSPolicy.NamespaceUri15)
System\ServiceModel\Description\PolicyAssertionCollection.cs (3)
45if (item.LocalName == localName && item.NamespaceURI == namespaceUri) 71if (item.LocalName == localName && item.NamespaceURI == namespaceUri) 105if (item.LocalName == localName && item.NamespaceURI == namespaceUri)
System\ServiceModel\Description\PolicyConversionContext.cs (1)
47((namespaceUri == null) || (assertion.NamespaceURI == namespaceUri)))
System\ServiceModel\Description\PolicyReader.cs (2)
250if (currentElement.NamespaceURI != MetadataStrings.WSPolicy.NamespaceUri 251&& currentElement.NamespaceURI != MetadataStrings.WSPolicy.NamespaceUri15)
System\ServiceModel\Description\SoapHelper.cs (4)
378if (src.NamespaceURI == WsdlNS.Soap12Binding.Namespace) 383if (src.NamespaceURI == WsdlNS.SoapBinding.Namespace) 638return (element != null && element.LocalName == "fault" && (element.NamespaceURI == WsdlNS.Soap12Binding.Namespace || element.NamespaceURI == WsdlNS.SoapBinding.Namespace));
System\ServiceModel\Description\WsdlImporter.cs (7)
815return new XmlQualifiedName(element.LocalName, element.NamespaceURI); 1163if (element.NamespaceURI == MetadataStrings.Addressing10.MetadataPolicy.NamespaceUri) 1723if (!string.IsNullOrEmpty(element.NamespaceURI)) 1734stringBuilder.Append(element.NamespaceURI); 2365if (policyDocument.Value.NamespaceURI != MetadataStrings.WSPolicy.NamespaceUri 2366&& policyDocument.Value.NamespaceURI != MetadataStrings.WSPolicy.NamespaceUri15) 2368string warningMsg = SR.GetString(SR.UnrecognizedPolicyDocumentNamespace, policyDocument.Value.NamespaceURI);
System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
570xml.WriteElementString("IssuedTokenElementNamespace", token.TokenXml.NamespaceURI);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
209headers.Add(new XmlElementMessageHeader(this, messageVersion, xmlElement.LocalName, xmlElement.NamespaceURI, mustUnderstand, actor, relay, xmlElement));
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
99MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.Get(element.LocalName, element.NamespaceURI); 101message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 113message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI, 125message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.NamespaceURI,
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
270if (claimRequirement.LocalName == "ClaimType" && claimRequirement.NamespaceURI == wsidNamespace) 643if ((collection[i] != null) && (collection[i].NamespaceURI == trustNamespace)) 887(requestParameter.NamespaceURI == ((System.ServiceModel.Security.WSTrust.Driver)standardsManager.TrustDriver).DriverDictionary.Namespace.Value)) 893(requestParameter.NamespaceURI == DXD.TrustDec2005Dictionary.Namespace.Value))
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
440element.NamespaceURI == xmlNamespace) 678if (this.StandardsManager.TrustDriver.IsAppliesTo(this.requestProperties[i].LocalName, this.requestProperties[i].NamespaceURI))
System\ServiceModel\Security\WSSecureConversation.cs (1)
354if (element.LocalName == parent.SerializerDictionary.Identifier.Value && element.NamespaceURI == parent.SerializerDictionary.Namespace.Value)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
94element.NamespaceURI == DXD.SecureConversationDec2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
86element.NamespaceURI == XD.SecureConversationFeb2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecurityPolicy.cs (8)
130return assertion.NamespaceURI == this.WsspNamespaceUri; 135return assertion.NamespaceURI == this.WsspNamespaceUri && assertion.LocalName == name; 140return assertion.NamespaceURI == MsspNamespace && assertion.LocalName == name; 149if (e.LocalName == name && e.NamespaceURI == this.WsspNamespaceUri) 169if (e.LocalName == name && e.NamespaceURI == this.WsspNamespaceUri) 188if (e.NamespaceURI == this.WsspNamespaceUri || e.NamespaceURI == WSSecurityPolicy.MsspNamespace) 229if (e.LocalName == name && e.NamespaceURI == MsspNamespace)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
477throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.ValueType, null)))); 540return element.LocalName == LocalName.Value && element.NamespaceURI == NamespaceUri.Value && valueTypeUri == this.ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (25)
103return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.otherDictionary.Namespace.Value) && valueTypeUri == this.ValueTypeUri; 265if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 267else if (child.LocalName == DriverDictionary.RequestType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 269else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 361if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 363else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 365else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 368if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.Namespace.Value) 378else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 431if (elem.LocalName == DriverDictionary.AppliesTo.Value && elem.NamespaceURI == Namespaces.WSPolicy) 522if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 525if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.Namespace.Value) 564if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 600if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 624if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 632else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 901if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 905else if (child.LocalName == DriverDictionary.RequestedTokenReference.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 1279&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 1339&& element.NamespaceURI == this.DriverDictionary.Namespace.Value 1358&& element.NamespaceURI == this.DriverDictionary.Namespace.Value 1377&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 1521&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 1654if (element.LocalName != name || element.NamespaceURI != ns)
System\ServiceModel\Security\WSTrustDec2005.cs (2)
90&& element.NamespaceURI == this.DriverDictionary.Namespace.Value 156(element.NamespaceURI == DXD.TrustDec2005Dictionary.Namespace.Value));
System\ServiceModel\Security\WSTrustFeb2005.cs (6)
134if (child.LocalName == this.DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 138else if (child.LocalName == this.DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 142else if (child.LocalName == this.DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 177if (child.LocalName == this.DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 196if (child.LocalName == this.DriverDictionary.RenewTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 198else if (child.LocalName == this.DriverDictionary.CloseTarget.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value)
System.Web.Extensions (3)
Compilation\WCFModel\SchemaMerger.cs (2)
487!String.Equals(element1.NamespaceURI, element2.NamespaceURI, StringComparison.Ordinal))
Script\Services\WebServiceTypeData.cs (1)
281if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.NamespaceURI == annotationQualifiedName.Namespace) {
System.Web.Services (8)
System\Web\Services\Description\ProtocolImporter.cs (1)
477ns = element.NamespaceURI;
System\Web\Services\Description\ServiceDescription.cs (3)
473if (element.LocalName == Soap.Element.Claim && element.NamespaceURI == Soap.ConformanceClaim) { 1499if (element != null && element.LocalName == name && element.NamespaceURI == ns) { 1515if (element != null && element.LocalName == name && element.NamespaceURI == ns) {
System\Web\Services\Protocols\RuntimeUtils.cs (3)
48if (element.NamespaceURI != null && element.NamespaceURI.Length > 0) { 55xml.Write(element.NamespaceURI);
System\Web\Services\Protocols\SoapUnknownHeader.cs (1)
165if (element.Prefix.Length == 0 && element.NamespaceURI == ns) {
System.Xml (10)
System\Xml\Dom\DocumentSchemaValidator.cs (4)
330validator.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, schemaInfo, xsiType, xsiNil, null, null); 343elementNode.XmlName = document.AddXmlName(elementNode.Prefix, elementNode.LocalName, elementNode.NamespaceURI, schemaInfo); 536currentElement.XmlName = document.AddXmlName(currentElement.Prefix, currentElement.LocalName, currentElement.NamespaceURI, schemaInfo); 632validator.ValidateElement(elementNode.LocalName, elementNode.NamespaceURI, newSchemaInfo, xsiType, xsiNil, null, null);
System\Xml\Dom\XmlDocument.cs (1)
568XmlQualifiedName qname = new XmlQualifiedName( elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.NamespaceURI );
System\Xml\Dom\XmlElement.cs (3)
52XmlElement element = doc.CreateElement( Prefix, LocalName, NamespaceURI ); 89set { name = name.OwnerDocument.AddXmlName( value, LocalName, NamespaceURI, SchemaInfo ); } 427w.WriteStartElement(Prefix, LocalName, NamespaceURI);
System\Xml\Dom\XmlLoader.cs (2)
122element.XmlName = doc.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo); 137element.XmlName = doc.AddXmlName(element.Prefix, element.LocalName, element.NamespaceURI, schemaInfo);