3 writes to CurrentWorkspace
Microsoft.CodeAnalysis.EditorFeatures (3)
Shared\Tagging\EventSources\AbstractWorkspaceTrackingTaggerEventSource.cs (3)
33this.CurrentWorkspace = _workspaceRegistration.Workspace; 49this.CurrentWorkspace = _workspaceRegistration.Workspace; 62this.CurrentWorkspace = null;
8 references to CurrentWorkspace
Microsoft.CodeAnalysis.EditorFeatures (8)
Shared\Tagging\EventSources\AbstractWorkspaceTrackingTaggerEventSource.cs (8)
36if (this.CurrentWorkspace != null) 38ConnectToWorkspace(this.CurrentWorkspace); 44if (this.CurrentWorkspace != null) 46DisconnectFromWorkspace(this.CurrentWorkspace); 51if (this.CurrentWorkspace != null) 53ConnectToWorkspace(this.CurrentWorkspace); 59if (this.CurrentWorkspace != null) 61DisconnectFromWorkspace(this.CurrentWorkspace);