SymbolStartAnalysisContext.RegisterSymbolEndAction Method
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.
Register an action to be executed at end of semantic analysis of an ISymbol and its members. A symbol end action reports Diagnostics about the code within a Symbol and its members.
public abstract void RegisterSymbolEndAction (Action<Microsoft.CodeAnalysis.Diagnostics.SymbolAnalysisContext> action);
abstract member RegisterSymbolEndAction : Action<Microsoft.CodeAnalysis.Diagnostics.SymbolAnalysisContext> -> unit
Public MustOverride Sub RegisterSymbolEndAction (action As Action(Of SymbolAnalysisContext))
Parameters
- action
- Action<SymbolAnalysisContext>
Action to be executed at compilation end.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET