2 writes to _expandedConnectionString
System.Data.OleDb (2)
OleDbConnectionString.cs (2)
103_expandedConnectionString = ExpandDataDirectories(ref udlFileName, ref position); 115_expandedConnectionString = _expandedConnectionString!.Substring(0, position) + udlConnectionString + ';' + _expandedConnectionString.Substring(position);
4 references to _expandedConnectionString
System.Data.OleDb (4)
OleDbConnectionString.cs (4)
115_expandedConnectionString = _expandedConnectionString!.Substring(0, position) + udlConnectionString + ';' + _expandedConnectionString.Substring(position); 166if (null != _expandedConnectionString) 168return _expandedConnectionString;