4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
780UsedCommandLineTool = true; 806UsedCommandLineTool = true;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
1081UsedCommandLineTool = true; 1107UsedCommandLineTool = true;
4 references to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
370if (UsedCommandLineTool) 1080if (!Log.HasLoggedErrors && UsedCommandLineTool)
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
643if (!this.UsedCommandLineTool) 947else if (!String.IsNullOrEmpty(LangVersion) && !UsedCommandLineTool)