1 write to GeneratorTimes
Microsoft.CodeAnalysis (1)
SourceGeneration\RunResults.cs (1)
204
GeneratorTimes
= generatorTimes;
4 references to GeneratorTimes
Microsoft.CodeAnalysis (3)
CommandLine\ReportAnalyzerUtil.cs (2)
151
if (driverTimingInfo.
GeneratorTimes
.IsEmpty)
164
var 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)
54
foreach (var generatorTime in driverTimingInfo.
GeneratorTimes
)