1 write to SourcePaths
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1501
.
SourcePaths
= sourcePaths.AsImmutable(),
3 references to SourcePaths
Microsoft.CodeAnalysis.InteractiveHost (2)
Interactive\Core\InteractiveHost.Service.cs (2)
539
var sourcePaths = args.
SourcePaths
;
573
args.
SourcePaths
,
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
199
return new CommonCompiler.LoggingSourceFileResolver(arguments.
SourcePaths
, arguments.BaseDirectory, ImmutableArray<KeyValuePair<string, string>>.Empty, loggerOpt);