2 references to GetLongPathName
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1075int length = GetLongPathName(path, null, 0); 1081length = GetLongPathName(path, fullPathBuffer, length);