4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis.Sdk (4)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
763UsedCommandLineTool = true; 789UsedCommandLineTool = true;
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
1065UsedCommandLineTool = true; 1091UsedCommandLineTool = 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)
627if (!this.UsedCommandLineTool) 931else if (!String.IsNullOrEmpty(LangVersion) && !UsedCommandLineTool)