5 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (5)
InteractiveCompiler.cs (2)
212
var builder = new
CommandLineBuilderExtension
();
222
var commandLineBuilder = new
CommandLineBuilderExtension
();
ManagedCompiler.cs (3)
825
CommandLineBuilderExtension commandLineBuilder = new
CommandLineBuilderExtension
();
842
var builder = new
CommandLineBuilderExtension
();
1157
var commandLineBuilder = new
CommandLineBuilderExtension
();
20 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (20)
Csc.cs (2)
200
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
295
CommandLineBuilderExtension
commandLine,
Csi.cs (1)
28
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
InteractiveCompiler.cs (4)
212
var
builder = new CommandLineBuilderExtension();
222
var
commandLineBuilder = new CommandLineBuilderExtension();
233
protected virtual void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
240
protected virtual void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
ManagedCompiler.cs (11)
825
CommandLineBuilderExtension
commandLineBuilder = new CommandLineBuilderExtension();
842
var
builder = new CommandLineBuilderExtension();
852
protected internal virtual void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
860
protected internal virtual void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
941
internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(
CommandLineBuilderExtension
commandLine)
960
internal static void AddFeatures(
CommandLineBuilderExtension
commandLine, string? features)
976
internal static void AddAnalyzersToCommandLine(
CommandLineBuilderExtension
commandLine, ITaskItem[]? analyzers)
994
private void AddAdditionalFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1008
private void AddEmbeddedFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1027
private void AddAnalyzerConfigFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1157
var
commandLineBuilder = new CommandLineBuilderExtension();
Vbc.cs (2)
385
protected internal override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
554
private void AddReferencesToCommandLine(
CommandLineBuilderExtension
commandLine)