3 references to MatchNs
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
179
return this.name.
MatchNs
(localname, namespaceUri);
183
return this.hashCode == hash && this.name.
MatchNs
(localname, namespaceUri);
2090
if (this.attributes[i].name.
MatchNs
(name, ns))