1 write to SourceFiles
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1598
SourceFiles
= sourceFiles.AsImmutable(),
7 references to SourceFiles
Microsoft.CodeAnalysis (4)
CommandLine\CommandLineArguments.cs (1)
29
/// Drop to an interactive loop. If a script is specified in <see cref="
SourceFiles
"/> executes the script first.
CommandLine\CommonCompiler.cs (3)
498
set.IntersectWith(arguments.
SourceFiles
.Select(f => f.Path));
933
sourceFileAnalyzerConfigOptions = Arguments.
SourceFiles
.SelectAsArray(f => analyzerConfigSet.GetOptionsForSourcePath(f.Path));
1170
var generatedSyntaxTrees = compilation.SyntaxTrees.Skip(Arguments.
SourceFiles
.Length).ToList();
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
53
var sourceFiles = Arguments.
SourceFiles
;
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
78
var sourceFiles = Compiler.Arguments.
SourceFiles
;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
135
documents: CreateDocuments(commandLineArguments.
SourceFiles
),