4 references to GetAtomizedName
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (4)
426return ((object) GetAtomizedName(indexLocalName) == (object) navigator.LocalName && 427(object) GetAtomizedName(indexNamespaceUri) == (object) navigator.NamespaceURI); 431return (GetAtomizedName(indexLocalName) == navigator.LocalName) && (GetAtomizedName(indexNamespaceUri) == navigator.NamespaceURI);