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)
269
var referencePaths = serviceState.Globals.
ReferencePaths
;
421
var newReferencePaths = globals.
ReferencePaths
.ToImmutableArray();
577
globals.
ReferencePaths
.Clear();
578
globals.
ReferencePaths
.AddRange(referencePathsWithoutRspDir);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
328
var newReferenceSearchPaths = ImmutableArray.CreateRange(globals.
ReferencePaths
);