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