1 instantiation of Session
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Controller.cs (1)
117this.sessionOpt = new Session(this, Presenter.CreateSession(TextView, SubjectBuffer, null));
1 reference to Session
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Controller.cs (1)
28AbstractController<Controller.Session, Model, ISignatureHelpPresenterSession, ISignatureHelpSession>,