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