3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
1134var commandLineBuilder = new CommandLineBuilderExtension();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
91var builder = new CommandLineBuilderExtension(); 116var commandLineBuilder = new CommandLineBuilderExtension();
21 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (21)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
201protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 290internal static void AddInterceptorsNamespaces(CommandLineBuilderExtension commandLine, string? interceptorsNamespaces, string? interceptorsPreviewNamespaces) 331CommandLineBuilderExtension commandLine,
src\Compilers\Core\MSBuildTask\Csi.cs (2)
29protected override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 34protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
200protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
828protected override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 836protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 919internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(CommandLineBuilderExtension commandLine) 938internal static void AddFeatures(CommandLineBuilderExtension commandLine, string? features) 954internal static void AddAnalyzersToCommandLine(CommandLineBuilderExtension commandLine, ITaskItem[]? analyzers) 972private void AddAdditionalFilesToCommandLine(CommandLineBuilderExtension commandLine) 986private void AddEmbeddedFilesToCommandLine(CommandLineBuilderExtension commandLine) 1005private void AddAnalyzerConfigFilesToCommandLine(CommandLineBuilderExtension commandLine) 1134var commandLineBuilder = new CommandLineBuilderExtension();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (4)
91var builder = new CommandLineBuilderExtension(); 116var commandLineBuilder = new CommandLineBuilderExtension(); 154protected abstract void AddCommandLineCommands(CommandLineBuilderExtension commandLine); 156protected abstract void AddResponseFileCommands(CommandLineBuilderExtension commandLine);
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
386protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 561private void AddReferencesToCommandLine(CommandLineBuilderExtension commandLine)