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