9 writes to FullToolName
Microsoft.Build.Utilities.UnitTests (9)
ToolTask_Tests.cs (9)
168
t.
FullToolName
= Path.Combine(systemPath, NativeMethodsShared.IsWindows ? "attrib.exe" : "ps");
401
t.
FullToolName
= NativeMethodsShared.IsWindows ? "c:\\baz\\foo.exe" : "/baz/foo.exe";
422
t.
FullToolName
= shellName;
449
t.
FullToolName
= "doesnotexist.exe";
470
t.
FullToolName
= toolName;
497
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
525
t.
FullToolName
= NativeMethodsShared.IsWindows ? "findstr.exe" : "grep";
548
t.
FullToolName
= toolName;
736
FullToolName
= toolName,