3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis (3)
ManagedCompiler.cs (1)
1128var commandLineBuilder = new CommandLineBuilderExtension();
ManagedToolTask.cs (2)
56var builder = new CommandLineBuilderExtension(); 80var 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)
822protected override void AddCommandLineCommands(CommandLineBuilderExtension commandLine) 830protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 913internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(CommandLineBuilderExtension commandLine) 932internal static void AddFeatures(CommandLineBuilderExtension commandLine, string? features) 948internal static void AddAnalyzersToCommandLine(CommandLineBuilderExtension commandLine, ITaskItem[]? analyzers) 966private void AddAdditionalFilesToCommandLine(CommandLineBuilderExtension commandLine) 980private void AddEmbeddedFilesToCommandLine(CommandLineBuilderExtension commandLine) 999private void AddAnalyzerConfigFilesToCommandLine(CommandLineBuilderExtension commandLine) 1128var commandLineBuilder = new CommandLineBuilderExtension();
ManagedToolTask.cs (4)
56var builder = new CommandLineBuilderExtension(); 80var commandLineBuilder = new CommandLineBuilderExtension(); 114protected abstract void AddCommandLineCommands(CommandLineBuilderExtension commandLine); 116protected abstract void AddResponseFileCommands(CommandLineBuilderExtension commandLine);
Vbc.cs (2)
385protected override void AddResponseFileCommands(CommandLineBuilderExtension commandLine) 554private void AddReferencesToCommandLine(CommandLineBuilderExtension commandLine)