1 write to Generator
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
93this.Generator = generator;
9 references to Generator
Microsoft.CodeAnalysis (2)
SourceGeneration\RunResults.cs (2)
111/// The sources that were added by <see cref="Generator"/> during the generation pass this result represents. 116/// A collection of <see cref="Diagnostic"/>s reported by <see cref="Generator"/>
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
SourceGeneration\GeneratorDriverTests.cs (3)
572Assert.Equal(generator, result.Generator); 4391Assert.Equal(generator1, result.Results[0].Generator); 4396Assert.Equal(generator2, result.Results[1].Generator);
Microsoft.CodeAnalysis.Workspaces (4)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
60_producedFilesByGenerator.AddDataPoint(GetTelemetryKey(generatorResult.Generator, getAnalyzerReference), generatorResult.GeneratedSources.Length);
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker_Generators.cs (3)
297var generatorAnalyzerReference = GetAnalyzerReference(this.ProjectState, generatorResult.Generator); 303generatorResult.Generator, 330generatorResult.Generator,