5 references to TextDocumentOpened
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace_Editor.cs (1)
460token = _asyncOperationListener.BeginAsyncOperation(nameof(WorkspaceEventType.TextDocumentOpened));
Workspace\Workspace_Events.cs (2)
71=> RegisterHandler(WorkspaceEventType.TextDocumentOpened, handler, options); 140=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document), WorkspaceEventType.TextDocumentOpened);
Workspace\Workspace_EventsLegacy.cs (2)
53add => AddLegacyEventHandler(value, WorkspaceEventType.TextDocumentOpened); 54remove => RemoveLegacyEventHandler(value, WorkspaceEventType.TextDocumentOpened);