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