3 references to ExpandDataDirectory
System.Data (3)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (2)
460value = ExpandDataDirectory(current.Name, value, ref datadir); 476value = ExpandDataDirectory(current.Name, value, ref datadir);
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (1)
389_expandedAttachDBFilename = ExpandDataDirectory(KEY.AttachDBFilename, _attachDBFileName, ref datadir);