2 references to GetFullPathWin32
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1525int bufferSize = GetFullPathWin32(path, 0, null, IntPtr.Zero); 1527int fullPathLength = GetFullPathWin32(path, bufferSize, buffer, IntPtr.Zero);