2 overrides of BeforeRequest
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
RoslynRequestExecutionQueue.cs (1)
41protected internal override void BeforeRequest<TRequest>(TRequest request)
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\XamlRequestExecutionQueue.cs (1)
25protected internal override void BeforeRequest<TRequest>(TRequest request)
1 reference to BeforeRequest
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
349BeforeRequest(deserializedRequest);