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