1 write to SourcePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\InteractiveScriptGlobals.cs (1)
63
SourcePaths
= new SearchPaths();
5 references to SourcePaths
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.Service.cs (4)
281
var sourcePaths = serviceState.Globals.
SourcePaths
;
428
var newSourcePaths = globals.
SourcePaths
.ToImmutableArray();
588
globals.
SourcePaths
.Clear();
589
globals.
SourcePaths
.AddRange(sourcePaths);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
319
var newSourceSearchPaths = ImmutableArray.CreateRange(globals.
SourcePaths
);