5 references to GetShortFilePath
Microsoft.Build.Tasks.UnitTests (4)
Exec_Tests.cs (4)
352if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 389if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 427if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 464if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp)
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1572batchFileForCommandLine = NativeMethodsShared.GetShortFilePath(batchFileForCommandLine);