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