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