16 references to DotNetSdkMSBuildInstalled
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (16)
NetCoreTests.cs (12)
67
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
96
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
133
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
180
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
222
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
264
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
370
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
396
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
426
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
448
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
457
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
482
[ConditionalFact(typeof(
DotNetSdkMSBuildInstalled
))]
NewlyCreatedProjectsFromDotNetNew.cs (3)
51
var assemblyLocation = typeof(
DotNetSdkMSBuildInstalled
).Assembly.Location;
64
[ConditionalTheory(typeof(
DotNetSdkMSBuildInstalled
), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/74157")]
77
[ConditionalTheory(typeof(
DotNetSdkMSBuildInstalled
), AlwaysSkip = "https://github.com/dotnet/roslyn/issues/74827")]
Utilities\DotNetSdkMSBuildInstalled.cs (1)
29
var assemblyLocation = typeof(
DotNetSdkMSBuildInstalled
).Assembly.Location;