3 references to MatchNs
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
182
return this.name.
MatchNs
(localname, namespaceUri);
187
return this.hashCode == hash && this.name.
MatchNs
(localname, namespaceUri);
2372
if (_attributes[i].name.
MatchNs
(name, ns))