1 write to _connectionString
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (1)
1133_connectionString = connectionString;
6 references to _connectionString
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (6)
1181if (temp._connectionString == _connectionString && 1191temp._connectionString == _connectionString && 1212hashValue = unchecked(_connectionString.GetHashCode() + _queue.GetHashCode() + hashValue); 1215hashValue = unchecked(_connectionString.GetHashCode() + hashValue);