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