3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
1135var commandLineBuilder = new CommandLineBuilderExtension();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
70var builder = new CommandLineBuilderExtension(); 94var commandLineBuilder = new CommandLineBuilderExtension();
21 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (21)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
200protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 283internal static void AddInterceptorsNamespaces(CommandLineBuilderExtension commandLine, string? interceptorsNamespaces, string? interceptorsPreviewNamespaces) 324CommandLineBuilderExtension 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)
202protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
829protected override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 837protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 920internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(CommandLineBuilderExtension commandLine) 939internal static void AddFeatures(CommandLineBuilderExtension commandLine, string? features) 955internal static void AddAnalyzersToCommandLine(CommandLineBuilderExtension commandLine, ITaskItem[]? analyzers) 973private void AddAdditionalFilesToCommandLine(CommandLineBuilderExtension commandLine) 987private void AddEmbeddedFilesToCommandLine(CommandLineBuilderExtension commandLine) 1006private void AddAnalyzerConfigFilesToCommandLine(CommandLineBuilderExtension commandLine) 1135var commandLineBuilder = new CommandLineBuilderExtension();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (4)
70var builder = new CommandLineBuilderExtension(); 94var commandLineBuilder = new CommandLineBuilderExtension(); 130protected abstract void AddCommandLineCommands(CommandLineBuilderExtension commandLine); 132protected abstract void AddResponseFileCommands(CommandLineBuilderExtension commandLine);
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
385protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 554private void AddReferencesToCommandLine(CommandLineBuilderExtension commandLine)