10 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (10)
ToolTask_Tests.cs (10)
169
t.
FullToolName
= Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps");
402
t.
FullToolName
= NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe";
423
t.
FullToolName
= shellName;
450
t.
FullToolName
= "doesnotexist.exe";
471
t.
FullToolName
= toolName;
498
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
526
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
549
t.
FullToolName
= toolName;
737
FullToolName
= toolName,
1570
tool.
FullToolName
= toolFullPath;