Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Utilities.​Roslyn/Safe­Syntax­Visitor
Open sandboxFocus

Class SafeSyntaxVisitor

A derivation of CSharpSyntaxVisitor that throws a Metalama.Framework.Engine.Utilities.Roslyn.SyntaxProcessingException when an unhandled exception is detected while processing a node.

Inheritance
SafeSyntaxVisitor
Namespace: Metalama.Framework.Engine.Utilities.Roslyn
Assembly: Metalama.Framework.Sdk.dll
Syntax
public abstract class SafeSyntaxVisitor : CSharpSyntaxVisitor

Constructors

Name Description
SafeSyntaxVisitor()

Methods

Name Description
Visit(SyntaxNode)
VisitCore(SyntaxNode)