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