1 implementation of BeginAsyncOperation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
97
IAsyncToken IController<TModel>.
BeginAsyncOperation
(string name, object tag, string filePath, int lineNumber)
1 reference to BeginAsyncOperation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
140
var asyncToken = _controller.
BeginAsyncOperation
();