ASTCollecting Module
Types
| Type | Description |
|
The members of this type are called by walkAst. By overwriting the members for various syntax elements, a custom operation can be executed for them. |
Functions and values
| Function or value |
Description
|
|
Traverses the whole AST and calls the appropriate members of the given SyntaxCollectorBase to process the syntax elements.
|
FSharp.Analyzers.SDK