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