1 write to ReferencePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\InteractiveScriptGlobals.cs (1)
62ReferencePaths = new SearchPaths();
5 references to ReferencePaths
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.Service.cs (4)
269var referencePaths = serviceState.Globals.ReferencePaths; 421var newReferencePaths = globals.ReferencePaths.ToImmutableArray(); 577globals.ReferencePaths.Clear(); 578globals.ReferencePaths.AddRange(referencePathsWithoutRspDir);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
316var newReferenceSearchPaths = ImmutableArray.CreateRange(globals.ReferencePaths);