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