1 write to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (1)
189
CommandLineArgs
= GenerateCommandLineArgsTaskItems(responseFileCommands);
2 references to CommandLineArgs
Microsoft.Build.Tasks.CodeAnalysis.Sdk (2)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (2)
56
_store[nameof(
CommandLineArgs
)] = value;
61
return (ITaskItem[]?)_store[nameof(
CommandLineArgs
)];