4 references to TextDocumentOpenedEventName
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Workspace_Editor.cs (1)
460
token = _taskQueue.Listener.BeginAsyncOperation(
TextDocumentOpenedEventName
);
Workspace\Workspace_Events.cs (3)
133
_eventMap.AddEventHandler(
TextDocumentOpenedEventName
, value);
138
_eventMap.RemoveEventHandler(
TextDocumentOpenedEventName
, value);
143
=> RaiseTextDocumentOpenedOrClosedEventAsync(document, new TextDocumentEventArgs(document),
TextDocumentOpenedEventName
);