Skip to content

Reduce time spend in HasMatchingScope for SyntaxNode registration #8399

@sebastien-marichal

Description

@sebastien-marichal

The HasMatchingScope check method can be called only once per syntactic rules, today this method is called for each node analyzed by the syntactic rules.

When doing a RegisterNodeAction, do the check before by doing first a RegisterCompilationStartAction.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions