7 references to ToCommandLineSourceFile
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
1184
yield return
ToCommandLineSourceFile
(path);
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
176
sourceFiles.Add(
ToCommandLineSourceFile
(path));
1312
additionalFiles.Add(
ToCommandLineSourceFile
(path));
1341
embeddedFiles.Add(
ToCommandLineSourceFile
(path));
Microsoft.CodeAnalysis.VisualBasic (3)
CommandLine\VisualBasicCommandLineParser.vb (3)
200
sourceFiles.Add(
ToCommandLineSourceFile
(path))
1225
additionalFiles.Add(
ToCommandLineSourceFile
(path))
1246
embeddedFiles.Add(
ToCommandLineSourceFile
(path))