Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Utilities.​Roslyn
Open sandboxFocus

Namespace Metalama.Framework.Engine.Utilities.Roslyn

Classes

SafeSyntaxRewriter

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

SafeSyntaxVisitor

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

SafeSyntaxVisitor<T>

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

SafeSyntaxWalker

A derivation of CSharpSyntaxWalker that throws a Metalama.Framework.Engine.Utilities.Roslyn.SyntaxProcessingException when an unhandled exception is detected while processing a node. Also prevents InsufficientExecutionStackException for deeply nested trees.