1 write to Generator
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
92this.Generator = generator;
7 references to Generator
Microsoft.CodeAnalysis (2)
SourceGeneration\RunResults.cs (2)
108/// The sources that were added by <see cref="Generator"/> during the generation pass this result represents. 113/// A collection of <see cref="Diagnostic"/>s reported by <see cref="Generator"/>
Microsoft.CodeAnalysis.Workspaces (5)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
58_producedFilesByGenerator.AddDataPoint(GetTelemetryKey(generatorResult.Generator, project), generatorResult.GeneratedSources.Length);
Workspace\Solution\SolutionState.CompilationTracker.cs (4)
882var generatorAnalyzerReference = this.ProjectState.GetAnalyzerReferenceForGenerator(generatorResult.Generator); 888generatorResult.Generator, 910generatorResult.Generator, 1118var generatorType = result.Generator.GetGeneratorType();