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