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
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.