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