1 instantiation of ModelComputation
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Controller.Session.cs (1)
16: base(controller, new ModelComputation<Model>(controller.ThreadingContext, controller), presenterSession)
2 references to ModelComputation
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\Session.cs (2)
19public ModelComputation<TModel> Computation { get; } 27public Session(TController controller, ModelComputation<TModel> computation, TPresenterSession presenterSession)