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
;
555
internal SqlAuthenticationMethod Authentication { get { return
_authType
; } }