5 writes to _credentials
System.DirectoryServices (5)
System\DirectoryServices\DirectoryEntry.cs (5)
76_credentials = new NetworkCredential(username, password); 90_credentials = new NetworkCredential(username, password); 131_credentials = new NetworkCredential(username, password); 314_credentials = new NetworkCredential(); 431_credentials = new NetworkCredential();
10 references to _credentials
System.DirectoryServices (10)
System\DirectoryServices\DirectoryEntry.cs (10)
312if (_credentials == null) 324_credentials.Password = value; 419if (_credentials == null || _userNameIsNull) 422return _credentials.UserName; 429if (_credentials == null) 437_credentials.UserName = value; 1033if (_credentials == null || _userNameIsNull) 1036return _credentials.UserName; 1041if (_credentials == null || _passwordIsNull) 1044return _credentials.Password;