10 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (10)
ToolTask_Tests.cs (10)
169
t.
FullToolName
= Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps");
400
t.
FullToolName
= NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe";
421
t.
FullToolName
= shellName;
448
t.
FullToolName
= "doesnotexist.exe";
469
t.
FullToolName
= toolName;
496
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
524
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
547
t.
FullToolName
= toolName;
735
FullToolName
= toolName,
1564
tool.
FullToolName
= toolFullPath;