4 references to CompareHostName
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (4)
767
else if (!
CompareHostName
(ref host, @".", fixup) &&
768
!
CompareHostName
(ref host, @"(local)", fixup)) {
771
if (!
CompareHostName
(ref host, name, fixup)) {
773
if ((separatorPos <= 0) || !
CompareHostName
(ref host, name.Substring(0, separatorPos), fixup)) {