Implemented interface member:
method
StopModelComputation
Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.IController<TModel>.StopModelComputation()
6 references to StopModelComputation
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\AbstractController.cs (2)
124this.StopModelComputation(); 157this.StopModelComputation();
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (2)
Controller.cs (2)
89this.StopModelComputation(); 153StopModelComputation();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
SignatureHelp\Controller.cs (2)
89this.StopModelComputation(); 153StopModelComputation();