2 references to ParsePathMap
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1179
pathMap = pathMap.Concat(
ParsePathMap
(unquoted, diagnostics));
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1115
pathMap = pathMap.Concat(
ParsePathMap
(unquoted, diagnostics))