GeneratedSourceResult Struct
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 an ISourceGenerator calling AddSource(String, SourceText).
public readonly struct GeneratedSourceResult
type GeneratedSourceResult = struct
Public Structure GeneratedSourceResult
- Inheritance
-
GeneratedSourceResult
Remarks
This contains the original SourceText added by the generator, along with the parsed representation of that text in SyntaxTree.
Properties
HintName |
An identifier provided by the generator that identifies the added SourceText. |
SourceText |
The SourceText that was added by the generator. |
SyntaxTree |
The SyntaxTree that was produced from parsing the SourceText. |