4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
763
UsedCommandLineTool
= true;
789
UsedCommandLineTool
= true;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
1065
UsedCommandLineTool
= true;
1091
UsedCommandLineTool
= true;
4 references to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
370
if (
UsedCommandLineTool
)
1070
if (!Log.HasLoggedErrors &&
UsedCommandLineTool
)
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
627
if (!this.
UsedCommandLineTool
)
931
else if (!String.IsNullOrEmpty(LangVersion) && !
UsedCommandLineTool
)