Struct GeneratorTimingInfo
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public readonly struct GeneratorTimingInfo
Properties
ElapsedTime
Declaration
public TimeSpan ElapsedTime { get; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Generator
Declaration
public ISourceGenerator Generator { get; }
Property Value
| Type | Description |
|---|---|
| ISourceGenerator |