4 references to GetFullPath
System.Data.OleDb (4)
DbConnectionOptions.cs (1)
385if (!ADP.GetFullPath(fullPath).StartsWith(rootFolderPath, StringComparison.Ordinal))
OleDbConnectionString.cs (2)
107udlFileName = ADP.GetFullPath(udlFileName); 258Debug.Assert(udlfilename == ADP.GetFullPath(udlfilename), "only cache full path filenames");
System\Data\Common\AdapterUtil.cs (1)
1071if (ADP.GetFullPath(fullPath) != fullPath)