1 implementation of ISourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
17
internal sealed class SourceGeneratorTelemetryCollectorWorkspaceService :
ISourceGeneratorTelemetryCollectorWorkspaceService
3 references to ISourceGeneratorTelemetryCollectorWorkspaceService
Microsoft.CodeAnalysis.Workspaces (3)
SourceGeneration\IRemoteSourceGenerationService.cs (1)
71
/// <see cref="
ISourceGeneratorTelemetryCollectorWorkspaceService
.FetchKeysAndAndClear"/>
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (2)
328
var
telemetryCollector = compilationState.SolutionState.Services.GetService<
ISourceGeneratorTelemetryCollectorWorkspaceService
>();