1 write to s_dotnetInstallDir
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\DotNetSdkTestBase.cs (1)
83s_dotnetInstallDir = dotnetInstallDir;
3 references to s_dotnetInstallDir
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (3)
TestUtilities\DotNetSdkTestBase.cs (3)
148Assert.True(s_dotnetInstallDir is object, $"SDK not found. Use {nameof(ConditionalFactAttribute)}(typeof({nameof(DotNetSdkAvailable)})) to skip the test if the SDK is not found."); 149Debug.Assert(s_dotnetInstallDir is object); 151DotNetPath = Path.Combine(s_dotnetInstallDir, s_dotnetExeName);