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)
19
public
ModelComputation
<TModel> Computation { get; }
27
public Session(TController controller,
ModelComputation
<TModel> computation, TPresenterSession presenterSession)