3 writes to _credential
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
349_credential = new SqlCredential(connection._credential.UserId, password); 820_credential = value; 1152_credential = null;
11 references to _credential
System.Data (11)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (11)
345if (connection._credential != null) 347SecureString password = connection._credential.Password.Copy(); 349_credential = new SqlCredential(connection._credential.UserId, password); 566ConnectionString_Set(new SqlConnectionPoolKey(_connectionString, credential: _credential, accessToken: _accessToken)); 586if(_credential != null || _accessToken != null) { 588if(_credential != null) { 602ConnectionString_Set(new SqlConnectionPoolKey(value, _credential, _accessToken)); 782SqlCredential result = _credential; 823ConnectionString_Set(new SqlConnectionPoolKey(_connectionString, _credential, accessToken: _accessToken)); 871if (_credential != null) { 1524_credential == null) {