1 implementation of StopModelComputation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
128
public void
StopModelComputation
()
3 references to StopModelComputation
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\Session.cs (1)
45
Controller.
StopModelComputation
();
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
IntelliSense\SessionTests.vb (2)
24
controller.Setup(Sub(c) c.
StopModelComputation
())
32
controller.Verify(Sub(c) c.
StopModelComputation
())