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