Table of Contents

Class RoslynParserText

Namespace
SunamoRoslyn
Assembly
SunamoRoslyn.dll

Parses C# source code using text and indexer-based approaches without Roslyn syntax classes. RoslynParser handles parsing with Roslyn classes.

public class RoslynParserText
Inheritance
RoslynParserText
Inherited Members
Extension Methods

Methods

FindPageMethodAsync(string)

Finds page event handler methods in all project folders under the given root path.

public Task FindPageMethodAsync(string rootPath)

Parameters

rootPath string

The root path containing project folders to scan.

Returns

Task