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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.