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