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