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