1 type derived from InteractiveWorkspace
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveWindowWorkspace.cs (1)
11internal sealed class InteractiveWindowWorkspace : InteractiveWorkspace
5 references to InteractiveWorkspace
Microsoft.CodeAnalysis.EditorFeatures (5)
Interactive\InteractiveSession.cs (2)
40private readonly InteractiveWorkspace _workspace; 80InteractiveWorkspace workspace,
Interactive\InteractiveWorkspace.SolutionAnalyzerSetter.cs (3)
28=> new SolutionAnalyzerSetter((InteractiveWorkspace)workspaceServices.Workspace); 31private readonly InteractiveWorkspace _workspace; 33public SolutionAnalyzerSetter(InteractiveWorkspace workspace)