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