2 writes to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (2)
Csc.cs (1)
466HostCompilerSupportsAllParameters = UseHostCompilerIfAvailable;
Vbc.cs (1)
807this.HostCompilerSupportsAllParameters = this.UseHostCompilerIfAvailable;
3 references to HostCompilerSupportsAllParameters
Microsoft.Build.Tasks.CodeAnalysis (3)
Csc.cs (2)
630if (HostCompilerSupportsAllParameters) 697if (!this.HostCompilerSupportsAllParameters)
Vbc.cs (1)
1049if (!this.HostCompilerSupportsAllParameters)