2 references to GetShortPathName
MSBuildTaskHost (2)
NativeMethods.cs (2)
1035
int length =
GetShortPathName
(path, null, 0);
1041
length =
GetShortPathName
(path, fullPathBuffer, length);