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