fx\src\data\System\Data\SqlClient\SqlConnection.cs (6)
566ConnectionString_Set(new SqlConnectionPoolKey(_connectionString, credential: _credential, accessToken: _accessToken));
602ConnectionString_Set(new SqlConnectionPoolKey(value, _credential, _accessToken));
823ConnectionString_Set(new SqlConnectionPoolKey(_connectionString, _credential, accessToken: _accessToken));
2044SqlConnectionPoolKey key = new SqlConnectionPoolKey(connectionString, credential: null, accessToken: null);
2094SqlConnectionPoolKey key = new SqlConnectionPoolKey(connectionString, credential, accessToken: null);
2135SqlConnectionPoolKey key = new SqlConnectionPoolKey(connectionString, credential, accessToken: null);