GeneratorDriverRunResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the results of running a generation pass over a set of ISourceGenerators.
public class GeneratorDriverRunResult
type GeneratorDriverRunResult = class
Public Class GeneratorDriverRunResult
- Inheritance
-
GeneratorDriverRunResult
Properties
Diagnostics |
The Diagnostics produced by all generators run during this generation pass. |
GeneratedTrees |
The SyntaxTrees produced during this generation pass by parsing each SourceText added by each generator. |
Results |
The individual result of each ISourceGenerator that was run in this generator pass, one per generator. |