6 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 (2)
ToolTask.cs (1)
1465batchFileForCommandLine = NativeMethodsShared.GetShortFilePath(batchFileForCommandLine);
TrackedDependencies\FileTracker.cs (1)
86private static readonly string s_tempShortPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.GetShortFilePath(s_tempPath).ToUpperInvariant());