1 write to _dotnetPath
Microsoft.DotNet.Helix.Sdk.Tests (1)
InstallDotNetToolTests.cs (1)
185_task.DotnetPath = _dotnetPath = @"D:\dotnet\dotnet.exe";
6 references to _dotnetPath
Microsoft.DotNet.Helix.Sdk.Tests (6)
InstallDotNetToolTests.cs (6)
64It.Is<string>(s => s == _dotnetPath), 97It.Is<string>(dotnet => dotnet == _dotnetPath), 237It.Is<string>(s => s == _dotnetPath), 283It.Is<string>(dotnet => dotnet == _dotnetPath), 293It.Is<string>(dotnet => dotnet == _dotnetPath), 308It.Is<string>(dotnet => dotnet == _dotnetPath),