4 references to ForwardIfEnabled
dotnet (4)
Commands\Test\TestCommandParser.cs (1)
129
}.
ForwardIfEnabled
(["-property:VSTestBlameCrash=true", "-property:VSTestBlameCrashCollectAlways=true"]);
CommonOptions.cs (3)
293
.
ForwardIfEnabled
(["--property:UseRazorBuildServer=false", "--property:UseSharedCompilation=false", "/nodeReuse:false"]);
331
.
ForwardIfEnabled
([$"--property:SelfContained=true", "--property:_CommandLineDefinedSelfContained=true"]);
339
.
ForwardIfEnabled
([$"--property:SelfContained=false", "--property:_CommandLineDefinedSelfContained=true"]);