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