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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET