2 references to GetAnalyzerReferenceForGenerator
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
47
=> _generatorTelemetryKeys.GetValue(generator, g => new GeneratorTelemetryKey(g, project.
GetAnalyzerReferenceForGenerator
(g)));
Workspace\Solution\SolutionState.CompilationTracker.cs (1)
882
var generatorAnalyzerReference = this.ProjectState.
GetAnalyzerReferenceForGenerator
(generatorResult.Generator);