5 references to GetShortFilePath
Microsoft.Build.Tasks.UnitTests (4)
Exec_Tests.cs (4)
332if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 369if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 407if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 444if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp)
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1465batchFileForCommandLine = NativeMethodsShared.GetShortFilePath(batchFileForCommandLine);