4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
770UsedCommandLineTool = true; 796UsedCommandLineTool = true;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
1072UsedCommandLineTool = true; 1098UsedCommandLineTool = true;
4 references to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
370if (UsedCommandLineTool) 1070if (!Log.HasLoggedErrors && UsedCommandLineTool)
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
634if (!this.UsedCommandLineTool) 938else if (!String.IsNullOrEmpty(LangVersion) && !UsedCommandLineTool)