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