2 writes to _expandedConnectionString
System.Data (2)
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (2)
109_expandedConnectionString = ExpandDataDirectories(ref udlFileName, ref position); 118_expandedConnectionString = _expandedConnectionString.Substring(0, position) + udlConnectionString + ';' + _expandedConnectionString.Substring(position);
4 references to _expandedConnectionString
System.Data (4)
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (4)
118_expandedConnectionString = _expandedConnectionString.Substring(0, position) + udlConnectionString + ';' + _expandedConnectionString.Substring(position); 171if (null != _expandedConnectionString) { 172return _expandedConnectionString;