4 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis (4)
Csc.cs (2)
715UsedCommandLineTool = true; 741UsedCommandLineTool = true;
Vbc.cs (2)
1067UsedCommandLineTool = true; 1093UsedCommandLineTool = true;
4 references to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (2)
364if (UsedCommandLineTool) 1091if (!Log.HasLoggedErrors && UsedCommandLineTool)
Vbc.cs (2)
627if (!this.UsedCommandLineTool) 932else if (!String.IsNullOrEmpty(LangVersion) && !UsedCommandLineTool)