1 write to SourceSearchPaths
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
83SourceSearchPaths = sourceSearchPaths;
4 references to SourceSearchPaths
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.Service.cs (4)
95SourceSearchPaths, 104SourceSearchPaths, 427var sourcePathsChanged = !newSourcePaths.SequenceEqual(state.SourceSearchPaths); 682var fullPath = ResolveRelativePath(path, state.WorkingDirectory, state.SourceSearchPaths, displayPath: false);