2 references to GetFullPathWin32
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1525
int fullPathLength =
GetFullPathWin32
(path, MAX_PATH, buffer, IntPtr.Zero);
1531
fullPathLength =
GetFullPathWin32
(path, fullPathLength, newBuffer, IntPtr.Zero);