1 write to Telemetry
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\SerializableDiagnosticAnalysisResultMap.cs (1)
29
Telemetry
= telemetry;
2 references to Telemetry
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (1)
216
result.Value.
Telemetry
.ToImmutableDictionary(entry => analyzerMap[entry.analyzerId], entry => entry.telemetry));
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
91
Log(TraceEventType.Information, $"diagnostics: {diagnosticCount}, telemetry: {result.
Telemetry
.Length}");