1 implementation of ISession
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\Session.cs (1)
13internal class Session<TController, TModel, TPresenterSession> : ISession<TModel>
1 reference to ISession
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AbstractController.cs (1)
19where TSession : class, ISession<TModel>