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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.