2 writes to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
532
HostCompilerSupportsAllParameters
= UseHostCompilerIfAvailable;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
822
this.
HostCompilerSupportsAllParameters
= this.UseHostCompilerIfAvailable;
3 references to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
696
if (
HostCompilerSupportsAllParameters
)
762
if (!this.
HostCompilerSupportsAllParameters
)
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
1063
if (!this.
HostCompilerSupportsAllParameters
)