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