Table of Contents

Class SourceFileTree

Namespace
SunamoRoslyn.Data
Assembly
SunamoRoslyn.dll

Represents a parsed source file containing its syntax tree and compilation root.

public class SourceFileTree
Inheritance
SourceFileTree
Inherited Members
Extension Methods

Properties

Root

Gets or sets the compilation unit syntax root of the source file.

public CompilationUnitSyntax? Root { get; set; }

Property Value

CompilationUnitSyntax

Tree

Gets or sets the syntax tree of the source file.

public SyntaxTree? Tree { get; set; }

Property Value

SyntaxTree