1 override of CreateRequestScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\TelemetryService.cs (1)
21
public override AbstractRequestScope
CreateRequestScope
(string lspMethodName)
1 reference to CreateRequestScope
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
66
_requestTelemetryScope = telemetryService?.
CreateRequestScope
(methodName);