1 write to ReferencePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\InteractiveScriptGlobals.cs (1)
62
ReferencePaths
= new SearchPaths();
1 reference to ReferencePaths
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
326
var newReferenceSearchPaths = ImmutableArray.CreateRange(globals.
ReferencePaths
);