13 references to DotNetSdkMSBuildInstalled
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (13)
NetCoreTests.cs (12)
33Assert.NotNull(DotNetSdkMSBuildInstalled.SdkPath); 41var exePath = Path.Combine(DotNetSdkMSBuildInstalled.SdkPath, dotNetExeName); 69[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 95[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 132[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 179[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 223[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 267[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 375[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 403[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 433[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))] 457[ConditionalFact(typeof(DotNetSdkMSBuildInstalled))]
Utilities\DotNetSdkMSBuildInstalled.cs (1)
107var assemblyLocation = typeof(DotNetSdkMSBuildInstalled).Assembly.Location;