1 implementation of FetchAndClearTelemetryKeyValuePairsAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteSourceGenerationService.cs (1)
170
public ValueTask<ImmutableArray<ImmutableDictionary<string, object?>>>
FetchAndClearTelemetryKeyValuePairsAsync
(CancellationToken _)
1 reference to FetchAndClearTelemetryKeyValuePairsAsync
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioSourceGeneratorTelemetryCollectorWorkspaceServiceFactory.cs (1)
94
var remoteTelemetryData = await client.TryInvokeAsync(static (IRemoteSourceGenerationService service, CancellationToken ct) => service.
FetchAndClearTelemetryKeyValuePairsAsync
(ct), cancellationToken).ConfigureAwait(false);