2 writes to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\Csc.cs (1)
515
HostCompilerSupportsAllParameters
= UseHostCompilerIfAvailable;
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
806
this.
HostCompilerSupportsAllParameters
= this.UseHostCompilerIfAvailable;
3 references to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
679
if (
HostCompilerSupportsAllParameters
)
745
if (!this.
HostCompilerSupportsAllParameters
)
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
1047
if (!this.
HostCompilerSupportsAllParameters
)