2 references to GetLongPathName
mscorlib (2)
system\io\directory.cs (1)
1117
int r = Win32Native.
GetLongPathName
(currentDirectory, sb, sb.Capacity);
system\io\pathhelper.cs (1)
283
int r = Win32Native.
GetLongPathName
(tempName, sb, m_capacity);