12 references to ParseResponseLines
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (9)
CommandLineTests.cs (9)
840
CSharpCommandLineArguments args = DefaultParse(CSharpCommandLineParser.
ParseResponseLines
(responseFile), @"c:\");
847
args = DefaultParse(CSharpCommandLineParser.
ParseResponseLines
(responseFile), @"c:\");
854
args = DefaultParse(CSharpCommandLineParser.
ParseResponseLines
(responseFile), @"c:\");
6414
IEnumerable<string> args = CSharpCommandLineParser.
ParseResponseLines
(responseFile);
6427
args = CSharpCommandLineParser.
ParseResponseLines
(responseFile);
6434
args = CSharpCommandLineParser.
ParseResponseLines
(responseFile);
6441
args = CSharpCommandLineParser.
ParseResponseLines
(responseFile);
6448
args = CSharpCommandLineParser.
ParseResponseLines
(responseFile);
6459
CSharpCommandLineArguments args = DefaultParse(CSharpCommandLineParser.
ParseResponseLines
(responseFile), @"c:\");
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (3)
CommandLineTests.vb (3)
5379
Dim args = DefaultParse(VisualBasicCommandLineParser.
ParseResponseLines
(responseFile), "c:\")
5386
args = DefaultParse(VisualBasicCommandLineParser.
ParseResponseLines
(responseFile), "c:\")
5393
args = DefaultParse(VisualBasicCommandLineParser.
ParseResponseLines
(responseFile), "c:\")