1 write to SourceSearchPaths
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
85
SourceSearchPaths
= sourceSearchPaths;
4 references to SourceSearchPaths
Microsoft.CodeAnalysis.InteractiveHost (4)
Interactive\Core\InteractiveHost.Service.cs (4)
97
SourceSearchPaths
,
106
SourceSearchPaths
,
435
var sourcePathsChanged = !newSourcePaths.SequenceEqual(state.
SourceSearchPaths
);
690
var fullPath = ResolveRelativePath(path, state.WorkingDirectory, state.
SourceSearchPaths
, displayPath: false);