2 references to GetShortPathName
Microsoft.Build.Framework (2)
NativeMethods.cs (2)
1028int length = GetShortPathName(path, null, 0); 1034length = GetShortPathName(path, fullPathBuffer, length);