1 write to GeneratorTimes
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
204GeneratorTimes = generatorTimes;
4 references to GeneratorTimes
Microsoft.CodeAnalysis (3)
CommandLine\ReportAnalyzerUtil.cs (2)
151if (driverTimingInfo.GeneratorTimes.IsEmpty) 164var generatorsByAssembly = driverTimingInfo.GeneratorTimes
SourceGeneration\RunResults.cs (1)
211/// This can be more than the sum of times in <see cref="GeneratorTimes"/> as it includes other costs such as setup.
Microsoft.CodeAnalysis.Workspaces (1)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (1)
54foreach (var generatorTime in driverTimingInfo.GeneratorTimes)