1 write to _asyncOperationListener
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.cs (1)
84_asyncOperationListener = listenerProvider.GetListener();
5 references to _asyncOperationListener
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Workspace.cs (1)
88_asyncOperationListener,
Workspace\Workspace_Editor.cs (4)
458var token = _asyncOperationListener.BeginAsyncOperation(nameof(OnSourceGeneratedDocumentOpened)); 460token = _asyncOperationListener.BeginAsyncOperation(TextDocumentOpenedEventName); 478var token = _asyncOperationListener.BeginAsyncOperation(nameof(OnSourceGeneratedDocumentClosed)); 480token = _asyncOperationListener.BeginAsyncOperation(TextDocumentClosedEventName);