Base:
property
NamespaceURI
System.Xml.XmlNode.NamespaceURI
93 references to NamespaceURI
Microsoft.Maui.Controls.SourceGen (1)
CodeBehindGenerator.cs (1)
144
if (xmlDoc.DocumentElement.
NamespaceURI
== XamlParser.FormsUri)
PresentationBuildTasks (1)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (1)
870
XmlNode nodeImport = xmlProjectDoc.CreateElement("Import", xmlProjectDoc.DocumentElement.
NamespaceURI
);
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
483
(content.
NamespaceURI
== AnnotationXmlConstants.Namespaces.BaseSchemaNamespace))
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
40
&& string.Equals(_glyphsNode.
NamespaceURI
, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal));
ReachFramework (2)
PrintConfig\PrtTicket_Editor.cs (2)
41
if ((root.
NamespaceURI
!= PrintSchemaNamespaces.Framework) ||
46
root.
NamespaceURI
,
System.Data.Common (7)
System\Data\DataSet.cs (4)
2278
Debug.Assert(root.
NamespaceURI
!= null, "root.NamespaceURI should not ne null, it should be empty string");
2287
if (DataSetName != root.Name && _namespaceURI != root.
NamespaceURI
&&
2288
Tables.Contains(root.Name, (root.
NamespaceURI
.Length == 0) ? null : root.
NamespaceURI
, false, true))
System\Xml\DataSetMappper.cs (2)
91
DataTable t = SearchMatchingTableSchema(elem.LocalName, elem.
NamespaceURI
);
155
object tid = GetIdentity(rowElem.LocalName, rowElem.
NamespaceURI
);
System\Xml\XmlDataDocument.cs (1)
1526
if (e.LocalName == col.EncodedColumnName && e.
NamespaceURI
== col.Namespace)
System.Private.DataContractSerialization (9)
System\Runtime\Serialization\SchemaImporter.cs (9)
1252
if (typeElement != null && typeElement.
NamespaceURI
== surrogateDataAnnotationName.Namespace && typeElement.LocalName == surrogateDataAnnotationName.Name)
1273
if (typeElement != null && typeElement.
NamespaceURI
== Globals.SerializationNamespace)
1301
argumentElement.
NamespaceURI
!= Globals.SerializationNamespace)
1302
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidElement, argumentElement.LocalName, argumentElement.
NamespaceURI
, type.Name));
1308
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, argumentElement.LocalName, argumentElement.
NamespaceURI
, type.Name, nestedLevelAttribute.Value, nestedLevelAttribute.LocalName, Globals.TypeOfInt.Name));
1311
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationForNestedLevelMustBeIncreasing, argumentElement.LocalName, argumentElement.
NamespaceURI
, type.Name));
1323
throw new InvalidDataContractException(SR.Format(SR.GenericAnnotationHasInvalidAttributeValue, typeElement.LocalName, typeElement.
NamespaceURI
, type.Name, typeNestedLevelsAttribute.Value, typeNestedLevelsAttribute.LocalName, Globals.TypeOfInt.Name));
1418
ThrowTypeCannotBeImportedException(typeName.Name, typeName.Namespace, SR.Format(SR.InvalidAnnotationExpectingText, xmlElement.LocalName, xmlElement.
NamespaceURI
, child.LocalName, child.NamespaceURI));
1436
if (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);
374
elementNode.XmlName = _document.AddXmlName(elementNode.Prefix, elementNode.LocalName, elementNode.
NamespaceURI
, _schemaInfo);
592
currentElement.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)
697
XmlQualifiedName qname = new XmlQualifiedName(elem.LocalName, schInfo.SchemaType == SchemaType.DTD ? elem.Prefix : elem.
NamespaceURI
);
System\Xml\Dom\XmlElement.cs (3)
58
XmlElement element = doc.CreateElement(Prefix, LocalName,
NamespaceURI
);
106
set { _name = _name.OwnerDocument.AddXmlName(value, LocalName,
NamespaceURI
, SchemaInfo); }
510
w.WriteStartElement(Prefix, LocalName,
NamespaceURI
);
System\Xml\Dom\XmlLoader.cs (2)
138
element.XmlName = _doc.AddXmlName(element.Prefix, element.LocalName, element.
NamespaceURI
, schemaInfo);
156
element.XmlName = _doc!.AddXmlName(element.Prefix, element.LocalName, element.
NamespaceURI
, schemaInfo);
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (3)
265
if (element.Name == elem.Name && element.Namespace == elem.
NamespaceURI
)
274
throw CreateChoiceIdentifierValueException(choice.Mapping!.TypeDesc!.FullName, choice.MemberName!, elem.Name, elem.
NamespaceURI
);
283
throw CreateUnknownAnyElementException(elem.Name, elem.
NamespaceURI
);
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\XsdDataContractImporter.cs (1)
389
if (annotationElement != null && annotationElement.LocalName == annotationQualifiedName.Name && annotationElement.
NamespaceURI
== annotationQualifiedName.Namespace)
System.Security.Cryptography.Xml (18)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (4)
56
if (!Utils.IsCommittedNamespace(this, Prefix,
NamespaceURI
))
60
nsattrib.Value =
NamespaceURI
;
128
if (!Utils.IsCommittedNamespace(this, Prefix,
NamespaceURI
))
132
nsattrib.Value =
NamespaceURI
;
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
153
|| value.
NamespaceURI
!= SignedXml.XmlDsigNamespaceUrl)
System\Security\Cryptography\Xml\EncryptionProperty.cs (3)
23
if (elementProperty.LocalName != "EncryptionProperty" || elementProperty.
NamespaceURI
!= EncryptedXml.XmlEncNamespaceUrl)
48
if (value.LocalName != "EncryptionProperty" || value.
NamespaceURI
!= EncryptedXml.XmlEncNamespaceUrl)
83
if (value.LocalName != "EncryptionProperty" || value.
NamespaceURI
!= EncryptedXml.XmlEncNamespaceUrl)
System\Security\Cryptography\Xml\KeyInfo.cs (1)
79
string kicString = elem.
NamespaceURI
+ " " + elem.LocalName;
System\Security\Cryptography\Xml\RSAKeyValue.cs (1)
108
|| value.
NamespaceURI
!= SignedXml.XmlDsigNamespaceUrl)
System\Security\Cryptography\Xml\Utils.cs (4)
29
if (element.Prefix == prefix && element.
NamespaceURI
== value) return true;
506
if (!Utils.IsCommittedNamespace(ancestorElement, ancestorElement.Prefix, ancestorElement.
NamespaceURI
))
509
if (!Utils.IsRedundantNamespace(ancestorElement, ancestorElement.Prefix, ancestorElement.
NamespaceURI
))
513
nsattrib.Value = ancestorElement.
NamespaceURI
;
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
96
if (elem.LocalName == "Except" && elem.
NamespaceURI
== Consts.XmlDecryptionTransformNamespaceUrl)
228
encryptedDataElement.
NamespaceURI
== EncryptedXml.XmlEncNamespaceUrl)
System\Security\Cryptography\Xml\XmlDsigExcC14NTransform.cs (1)
56
&& e.
NamespaceURI
.Equals(SignedXml.XmlDsigExcC14NTransformUrl) &&
System\Security\Cryptography\Xml\XmlDsigXPathTransform.cs (1)
68
namespaceURI = elem.
NamespaceURI
;
System.ServiceModel.Primitives (39)
System\IdentityModel\Security\WSTrust.cs (1)
162
if (element.LocalName != name || element.
NamespaceURI
!= ns)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
103
writer.WriteLine(" Token Element: ({0}, {1})", TokenXml.LocalName, TokenXml.
NamespaceURI
);
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
214
headers.Add(new XmlElementMessageHeader(this, messageVersion, xmlElement.LocalName, xmlElement.
NamespaceURI
, mustUnderstand, actor, relay, xmlElement));
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (4)
101
MessageHeaderDescription matchingHeaderDescription = headerDescriptionTable.Get(element.LocalName, element.
NamespaceURI
);
104
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.
NamespaceURI
,
119
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.
NamespaceURI
,
131
message.Headers.Add(new XmlElementMessageHeader(this, message.Version, element.LocalName, element.
NamespaceURI
,
System\ServiceModel\Security\WSSecureConversation.cs (1)
337
if (element.LocalName == Parent.SerializerDictionary.Identifier.Value && element.
NamespaceURI
== Parent.SerializerDictionary.Namespace.Value)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
78
element.
NamespaceURI
== DXD.SecureConversationDec2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
63
element.
NamespaceURI
== XD.SecureConversationFeb2005Dictionary.Namespace.Value);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
423
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.CannotReadToken, element.LocalName, element.
NamespaceURI
, element.GetAttribute(SecurityJan2004Strings.ValueType, null))));
484
return element.LocalName == LocalName.Value && element.
NamespaceURI
== NamespaceUri.Value && valueTypeUri == ValueTypeUri;
System\ServiceModel\Security\WSTrust.cs (20)
84
return element.LocalName == LocalName.Value && (element.
NamespaceURI
== NamespaceUri.Value || element.
NamespaceURI
== _otherDictionary.Namespace.Value) && valueTypeUri == ValueTypeUri;
245
if (child.LocalName == DriverDictionary.TokenType.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
249
else if (child.LocalName == DriverDictionary.RequestType.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
253
else if (child.LocalName == DriverDictionary.KeySize.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
347
if (child.LocalName == DriverDictionary.TokenType.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
351
else if (child.LocalName == DriverDictionary.KeySize.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
355
else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
358
if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.
NamespaceURI
== DriverDictionary.Namespace.Value)
368
else if (child.LocalName == DriverDictionary.Lifetime.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
452
if (element.LocalName == DriverDictionary.Authenticator.Value && element.
NamespaceURI
== DriverDictionary.Namespace.Value)
455
if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.
NamespaceURI
== DriverDictionary.Namespace.Value)
498
if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.
NamespaceURI
== DriverDictionary.Namespace.Value)
538
if (element.LocalName == DriverDictionary.Entropy.Value && element.
NamespaceURI
== DriverDictionary.Namespace.Value)
565
if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.
NamespaceURI
== DriverDictionary.Namespace.Value)
573
else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.
NamespaceURI
== DriverDictionary.Namespace.Value)
817
if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
821
else 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)
105
if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
109
else if (child.LocalName == DriverDictionary.RequestedAttachedReference.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
113
else if (child.LocalName == DriverDictionary.RequestedUnattachedReference.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
147
if (child.LocalName == DriverDictionary.RequestedTokenClosed.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
166
if (child.LocalName == DriverDictionary.RenewTarget.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)
170
else if (child.LocalName == DriverDictionary.CloseTarget.Value && child.
NamespaceURI
== DriverDictionary.Namespace.Value)