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