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)
6 references to BeginAsyncOperation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\ModelComputation.cs (1)
141
var asyncToken = _controller.
BeginAsyncOperation
();
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (5)
IntelliSense\ModelTests.vb (5)
44
controller.Setup(Function(c) c.
BeginAsyncOperation
("", Nothing, It.IsAny(Of String), It.IsAny(Of Integer))).Returns(EmptyAsyncToken.Instance)
49
controller.Verify(Sub(c) c.
BeginAsyncOperation
(
61
controller.Setup(Function(c) c.
BeginAsyncOperation
("", Nothing, It.IsAny(Of String), It.IsAny(Of Integer))).Returns(EmptyAsyncToken.Instance)
76
controller.Setup(Function(c) c.
BeginAsyncOperation
("", Nothing, It.IsAny(Of String), It.IsAny(Of Integer))).Returns(EmptyAsyncToken.Instance)
99
controller.Setup(Function(c) c.
BeginAsyncOperation
(