5 references to SplitCommandLineIntoArguments
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
366return CommandLineParser.SplitCommandLineIntoArguments(commandLine, removeHashComments: false).Skip(1);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\CommandLineProject.cs (1)
185var args = CommandLineParser.SplitCommandLineIntoArguments(commandLine, removeHashComments: true);
Workspace\ProjectSystem\ProjectSystemProjectOptionsProcessor.cs (1)
84var arguments = CommandLineParser.SplitCommandLineIntoArguments(commandLine, removeHashComments: false);
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
366return CommandLineParser.SplitCommandLineIntoArguments(commandLine, removeHashComments: false).Skip(1);
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
366return CommandLineParser.SplitCommandLineIntoArguments(commandLine, removeHashComments: false).Skip(1);