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