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