14 references to ShouldUseFullFrameworkMSBuild
Microsoft.NET.TestFramework (14)
Attributes\CoreMSBuildAndWindowsOnlyFactAttribute.cs (1)
10if (TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild || !RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
Attributes\CoreMSBuildAndWindowsOnlyTheoryAttribute.cs (1)
10if (TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild || !RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
Attributes\CoreMSBuildOnlyFactAttribute.cs (1)
10if (TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild)
Attributes\CoreMSBuildOnlyTheoryAttribute.cs (1)
10if (TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild)
Attributes\FullMSBuildOnlyFactAttribute.cs (1)
10if (!TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild)
Attributes\FullMSBuildOnlyTheoryAttribute.cs (1)
10if (!TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild)
Commands\MSBuildVersionCommand.cs (1)
12if (TestContext.Current.ToolsetUnderTest.ShouldUseFullFrameworkMSBuild)
SdkTest.cs (1)
10protected bool? UsingFullFrameworkMSBuild => TestContext.Current.ToolsetUnderTest?.ShouldUseFullFrameworkMSBuild;
ToolsetInfo.cs (6)
140if (ShouldUseFullFrameworkMSBuild) 159if (ShouldUseFullFrameworkMSBuild) 228if (ShouldUseFullFrameworkMSBuild) 323else if (repoRoot != null && ret.ShouldUseFullFrameworkMSBuild && repoArtifactsDir is not null) 331if (ret.ShouldUseFullFrameworkMSBuild) 398if (!ShouldUseFullFrameworkMSBuild)