1 implementation of CreateSession
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Presentation\SignatureHelpPresenter.cs (1)
37ISignatureHelpPresenterSession IIntelliSensePresenter<ISignatureHelpPresenterSession, ISignatureHelpSession>.CreateSession(ITextView textView, ITextBuffer subjectBuffer, ISignatureHelpSession sessionOpt)
1 reference to CreateSession
Microsoft.CodeAnalysis.EditorFeatures (1)
SignatureHelp\Controller.cs (1)
117this.sessionOpt = new Session(this, Presenter.CreateSession(TextView, SubjectBuffer, null));