2 writes to SourcePaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1606
SourcePaths
= sourcePaths.AsImmutable(),
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1520
.
SourcePaths
= sourcePaths.AsImmutable(),
1 reference to SourcePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
197
return new CommonCompiler.LoggingSourceFileResolver(arguments.
SourcePaths
, arguments.BaseDirectory, ImmutableArray<KeyValuePair<string, string>>.Empty, loggerOpt);