1 write to SourcePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\InteractiveScriptGlobals.cs (1)
63
SourcePaths
= new SearchPaths();
1 reference to SourcePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
327
var newSourceSearchPaths = ImmutableArray.CreateRange(globals.
SourcePaths
);