3 instantiations of CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
1198
var commandLineBuilder = new
CommandLineBuilderExtension
();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
92
var builder = new
CommandLineBuilderExtension
();
117
var commandLineBuilder = new
CommandLineBuilderExtension
();
21 references to CommandLineBuilderExtension
Microsoft.Build.Tasks.CodeAnalysis.Sdk (21)
src\Compilers\Core\MSBuildTask\Csc.cs (3)
201
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
290
internal static void AddInterceptorsNamespaces(
CommandLineBuilderExtension
commandLine, string? interceptorsNamespaces, string? interceptorsPreviewNamespaces)
331
CommandLineBuilderExtension
commandLine,
src\Compilers\Core\MSBuildTask\Csi.cs (2)
29
protected override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
34
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
200
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (9)
829
protected override void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine)
837
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
930
internal void AddResponseFileCommandsForSwitchesSinceInitialReleaseThatAreNeededByTheHost(
CommandLineBuilderExtension
commandLine)
949
internal static void AddFeatures(
CommandLineBuilderExtension
commandLine, string? features)
965
internal static void AddAnalyzersToCommandLine(
CommandLineBuilderExtension
commandLine, ITaskItem[]? analyzers)
983
private void AddAdditionalFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
997
private void AddEmbeddedFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1016
private void AddAnalyzerConfigFilesToCommandLine(
CommandLineBuilderExtension
commandLine)
1198
var
commandLineBuilder = new CommandLineBuilderExtension();
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (4)
92
var
builder = new CommandLineBuilderExtension();
117
var
commandLineBuilder = new CommandLineBuilderExtension();
155
protected abstract void AddCommandLineCommands(
CommandLineBuilderExtension
commandLine);
157
protected abstract void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine);
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
386
protected override void AddResponseFileCommands(
CommandLineBuilderExtension
commandLine)
561
private void AddReferencesToCommandLine(
CommandLineBuilderExtension
commandLine)