2 writes to _authType
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
288_authType = ConvertValueToAuthenticationType(); 530_authType = connectionOptions._authType;
2 references to _authType
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
530_authType = connectionOptions._authType; 555internal SqlAuthenticationMethod Authentication { get { return _authType; } }