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