SourceProductionContext 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.
Context passed to an incremental generator when it has registered an output via RegisterSourceOutput<TSource>(IncrementalValueProvider<TSource>, Action<SourceProductionContext,TSource>)
public readonly struct SourceProductionContext
type SourceProductionContext = struct
Public Structure SourceProductionContext
- Inheritance
-
SourceProductionContext
Properties
CancellationToken |
Methods
AddSource(String, SourceText) |
Adds a SourceText to the compilation |
AddSource(String, String) |
Adds source code in the form of a String to the compilation. |
ReportDiagnostic(Diagnostic) |
Adds a Diagnostic to the users compilation |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.