A derivation of CSharpSyntaxVisitor that throws a SyntaxProcessingException when an unhandled exception is detected while processing a node.
Namespace: Metalama.Framework.Engine.Utilities.Roslyn
Assembly: Metalama.Framework.Sdk.dll
Syntax
public abstract class SafeSyntaxVisitor : CSharpSyntaxVisitorConstructors
| Name | Description |
|---|---|
| SafeSyntaxVisitor() |
Methods
| Name | Description |
|---|---|
| Visit(SyntaxNode?) | |
| VisitCore(SyntaxNode?) |