3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedCompiler.cs (1)
1149
var commandLineBuilder = new
CommandLineBuilderExtension
();
ManagedToolTask.cs (2)
69
var builder = new
CommandLineBuilderExtension
();
93
var commandLineBuilder = new
CommandLineBuilderExtension
();
21 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (21)
Csc.cs (3)
200
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
283
internal static void AddInterceptorsNamespaces(
CommandLineBuilderExtension
commandLine, string? interceptorsNamespaces, string? interceptorsPreviewNamespaces)
324
CommandLineBuilderExtension
commandLine,
Csi.cs (2)
29
protected override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
34
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
InteractiveCompiler.cs (1)
202
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
ManagedCompiler.cs (9)
843
protected override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
851
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
934
internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(
CommandLineBuilderExtension
commandLine)
953
internal static void AddFeatures(
CommandLineBuilderExtension
commandLine, string? features)
969
internal static void AddAnalyzersToCommandLine(
CommandLineBuilderExtension
commandLine, ITaskItem[]? analyzers)
987
private void AddAdditionalFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1001
private void AddEmbeddedFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1020
private void AddAnalyzerConfigFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1149
var
commandLineBuilder = new CommandLineBuilderExtension();
ManagedToolTask.cs (4)
69
var
builder = new CommandLineBuilderExtension();
93
var
commandLineBuilder = new CommandLineBuilderExtension();
127
protected abstract void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine);
129
protected abstract void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine);
Vbc.cs (2)
385
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
554
private void AddReferencesToCommandLine(
CommandLineBuilderExtension
commandLine)