4 references to GetAtomizedName
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
449
return ((object)
GetAtomizedName
(indexLocalName) == (object)navigator.LocalName &&
450
(object)
GetAtomizedName
(indexNamespaceUri) == (object)navigator.NamespaceURI);
454
return (
GetAtomizedName
(indexLocalName) == navigator.LocalName) && (
GetAtomizedName
(indexNamespaceUri) == navigator.NamespaceURI);