2 references to DuplicateNS
System.Data (2)
fx\src\data\System\NewXml\XPathNodePointer.cs (2)
1329if ( bFound && attr.NamespaceURI == s_strReservedXmlns && !DuplicateNS( be, attr.LocalName ) ) { 1344if ( curCol.Namespace == s_strReservedXmlns && !DuplicateNS( be, curCol.ColumnName ) ) {