5 references to GetShortFilePath
Microsoft.Build.Tasks.UnitTests (4)
Exec_Tests.cs (4)
353if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 390if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 428if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 465if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp)
Microsoft.Build.Utilities.Core (1)
ToolTask.cs (1)
1572batchFileForCommandLine = NativeMethodsShared.GetShortFilePath(batchFileForCommandLine);