1 implementation of IVSTypeScriptRequestHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\AbstractVSTypeScriptRequestHandler.cs (1)
18
internal abstract class AbstractVSTypeScriptRequestHandler<TRequestType, TResponseType> : ILspServiceRequestHandler<TRequestType, TResponseType>,
IVSTypeScriptRequestHandler
, ITextDocumentIdentifierHandler<TRequestType, TextDocumentIdentifier?>
1 reference to IVSTypeScriptRequestHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\AbstactVSTypeScriptLspServiceFactory.cs (1)
15
protected abstract
IVSTypeScriptRequestHandler
CreateRequestHandler();