1 override of RecordException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\RequestTelemetryScope.cs (1)
31
public override void
RecordException
(Exception exception)
3 references to RecordException
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
134
_requestTelemetryScope?.
RecordException
(ex);
234
_requestTelemetryScope?.
RecordException
(ex);
258
_requestTelemetryScope?.
RecordException
(exception);