4 references to TextDocumentOpenedEventName
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace_Editor.cs (1)
460token = _asyncOperationListener.BeginAsyncOperation(TextDocumentOpenedEventName);
Workspace\Workspace_Events.cs (3)
164_eventMap.AddEventHandler(TextDocumentOpenedEventName, value); 169_eventMap.RemoveEventHandler(TextDocumentOpenedEventName, value); 174=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document), TextDocumentOpenedEventName);