4 references to ToCommandLineSourceFile
Microsoft.CodeAnalysis (1)
CommandLine\CommandLineParser.cs (1)
1213
yield return
ToCommandLineSourceFile
(path);
Microsoft.CodeAnalysis.CSharp (3)
CommandLine\CSharpCommandLineParser.cs (3)
177
sourceFiles.Add(
ToCommandLineSourceFile
(path));
1314
additionalFiles.Add(
ToCommandLineSourceFile
(path));
1343
embeddedFiles.Add(
ToCommandLineSourceFile
(path));