Open sandboxFocus

Namespace Metalama.Framework.Engine.Utilities.Roslyn

Classes

SafeSyntaxRewriter

A derivation of CSharpSyntaxRewriter that provides enhanced exception handling and stack overflow protection when processing syntax nodes.

SafeSyntaxVisitor

A derivation of CSharpSyntaxVisitor that provides enhanced exception handling when visiting syntax nodes without returning a result.

SafeSyntaxVisitor<T>

A derivation of CSharpSyntaxVisitor<TResult> that provides enhanced exception handling when visiting syntax nodes with a result value.

SafeSyntaxWalker

A derivation of CSharpSyntaxWalker that provides enhanced exception handling and stack overflow protection when walking syntax nodes.