1 write to _expandedConnectionString
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcConnectionString.cs (1)
34
_expandedConnectionString
= ExpandDataDirectories(ref filename, ref position);
3 references to _expandedConnectionString
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcConnectionString.cs (3)
36
if (validate || (null ==
_expandedConnectionString
)) {
57
if (null !=
_expandedConnectionString
) {
58
return
_expandedConnectionString
;