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