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);
166
if (null !=
_expandedConnectionString
)
168
return
_expandedConnectionString
;