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