4 references to TextDocumentClosedEventName
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace_Editor.cs (1)
480token = _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);