5 references to TextDocumentClosed
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace_Editor.cs (1)
480token = _asyncOperationListener.BeginAsyncOperation(nameof(WorkspaceEventType.TextDocumentClosed));
Workspace\Workspace_Events.cs (2)
77=> RegisterHandler(WorkspaceEventType.TextDocumentClosed, handler, options); 160=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document), WorkspaceEventType.TextDocumentClosed);
Workspace\Workspace_EventsLegacy.cs (2)
71add => AddLegacyEventHandler(value, WorkspaceEventType.TextDocumentClosed); 72remove => RemoveLegacyEventHandler(value, WorkspaceEventType.TextDocumentClosed);