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)
36if (validate || (null == _expandedConnectionString)) { 57if (null != _expandedConnectionString) { 58return _expandedConnectionString;