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