7 references to GetShortFilePath
Microsoft.Build.Tasks.UnitTests (4)
Exec_Tests.cs (4)
342if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 379if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 417if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp) 454if (NativeMethodsShared.GetShortFilePath(newTmp) == newTmp)
Microsoft.Build.Utilities.Core (2)
ToolTask.cs (1)
1467batchFileForCommandLine = NativeMethodsShared.GetShortFilePath(batchFileForCommandLine);
TrackedDependencies\FileTracker.cs (1)
85private static readonly string s_tempShortPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.GetShortFilePath(s_tempPath).ToUpperInvariant());
Microsoft.Build.Utilities.UnitTests (1)
TrackedDependencies\FileTrackerTests.cs (1)
904NativeMethodsShared.GetShortFilePath(tempPath).ToUpperInvariant());