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