4 references to TextDocumentClosedEventName
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace_Editor.cs (1)
480
token = _asyncOperationListener.BeginAsyncOperation(
TextDocumentClosedEventName
);
Workspace\Workspace_Events.cs (3)
231
_eventMap.AddEventHandler(
TextDocumentClosedEventName
, value);
236
_eventMap.RemoveEventHandler(
TextDocumentClosedEventName
, value);
241
=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document),
TextDocumentClosedEventName
);