4 references to TextDocumentClosedEventName
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace_Editor.cs (1)
480
token = _taskQueue.Listener.BeginAsyncOperation(
TextDocumentClosedEventName
);
Workspace\Workspace_Events.cs (3)
192
_eventMap.AddEventHandler(
TextDocumentClosedEventName
, value);
197
_eventMap.RemoveEventHandler(
TextDocumentClosedEventName
, value);
202
=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document),
TextDocumentClosedEventName
);