2 writes to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis (2)
Vbc.cs (2)
1065UsedCommandLineTool = true; 1091UsedCommandLineTool = true;
4 references to UsedCommandLineTool
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (2)
370if (UsedCommandLineTool) 1063if (!Log.HasLoggedErrors && UsedCommandLineTool)
Vbc.cs (2)
627if (!this.UsedCommandLineTool) 931else if (!String.IsNullOrEmpty(LangVersion) && !UsedCommandLineTool)