Share via


SymbolStartAnalysisContext.RegisterSymbolEndAction Method

Definition

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