4 references to MAX_PATH
MSBuildTaskHost (4)
Utilities\NativeMethods.cs (4)
152
?
MAX_PATH
200
char* buffer = stackalloc char[
MAX_PATH
];
201
int fullPathLength = GetFullPathWin32(path,
MAX_PATH
, buffer, IntPtr.Zero);
204
if (fullPathLength >
MAX_PATH
)