1 implementation of FetchKeysAndAndClear
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
65public ImmutableArray<ImmutableDictionary<string, object?>> FetchKeysAndAndClear()
2 references to FetchKeysAndAndClear
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SourceGeneration\RemoteSourceGenerationService.cs (1)
173return ValueTask.FromResult(workspaceService.FetchKeysAndAndClear());
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneration\IRemoteSourceGenerationService.cs (1)
71/// <see cref="ISourceGeneratorTelemetryCollectorWorkspaceService.FetchKeysAndAndClear"/>