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