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