4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
770
UsedCommandLineTool
= true;
796
UsedCommandLineTool
= true;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
1072
UsedCommandLineTool
= true;
1098
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)
634
if (!this.
UsedCommandLineTool
)
938
else if (!String.IsNullOrEmpty(LangVersion) && !
UsedCommandLineTool
)