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