18 references to AddLongPathPrefix
mscorlib (18)
system\io\filestream.cs (1)
844
tempPath = Path.
AddLongPathPrefix
(tempPath);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2463
SafeFindHandle hnd = Win32Native.FindFirstFile(Path.
AddLongPathPrefix
(fullPath), ref data);
system\io\longpath.cs (15)
70
tempResult = Path.
AddLongPathPrefix
(tempResult);
123
result = Path.
AddLongPathPrefix
(result);
156
result = Path.
AddLongPathPrefix
(result);
214
fullSourceFileName = Path.
AddLongPathPrefix
(fullSourceFileName);
215
fullDestFileName = Path.
AddLongPathPrefix
(fullDestFileName);
263
String tempPath = Path.
AddLongPathPrefix
(fullPath);
317
String tempPath = Path.
AddLongPathPrefix
(path);
331
String tempPath = Path.
AddLongPathPrefix
(fullPath);
352
String tempPath = Path.
AddLongPathPrefix
(fullPath);
372
String tempPath = Path.
AddLongPathPrefix
(fullPath);
407
String tempSourceFileName = Path.
AddLongPathPrefix
(fullSourceFileName);
408
String tempDestFileName = Path.
AddLongPathPrefix
(fullDestFileName);
425
String tempPath = Path.
AddLongPathPrefix
(fullPath);
694
String longPath = Path.
AddLongPathPrefix
(fullPath);
946
String tempPath = Path.
AddLongPathPrefix
(path);
system\io\pathhelper.cs (1)
278
tempName = Path.
AddLongPathPrefix
(tempName);