1 type derived from AbstractRequestScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\RequestTelemetryScope.cs (1)
14
:
AbstractRequestScope
(name)
3 references to AbstractRequestScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
LspServices\TelemetryService.cs (1)
21
public override
AbstractRequestScope
CreateRequestScope(string lspMethodName)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractTelemetryService.cs (1)
12
public abstract
AbstractRequestScope
CreateRequestScope(string lspMethodName);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
27
private readonly
AbstractRequestScope
? _requestTelemetryScope;