2 writes to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
522
HostCompilerSupportsAllParameters
= UseHostCompilerIfAvailable;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
813
this.
HostCompilerSupportsAllParameters
= this.UseHostCompilerIfAvailable;
3 references to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
686
if (
HostCompilerSupportsAllParameters
)
752
if (!this.
HostCompilerSupportsAllParameters
)
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
1054
if (!this.
HostCompilerSupportsAllParameters
)