อ่านในภาษาอังกฤษ

แชร์ผ่าน


SyntaxTreeAnalysisContext Struct

Definition

Context for a syntax tree action. A syntax tree action can use a SyntaxTreeAnalysisContext to report Diagnostics about a SyntaxTree for a code document.

C#
public struct SyntaxTreeAnalysisContext
C#
public readonly struct SyntaxTreeAnalysisContext
Inheritance
SyntaxTreeAnalysisContext

Constructors

Properties

CancellationToken

Token to check for requested cancellation of the analysis.

FilterSpan

Optional filter span within the Tree for which to compute diagnostics. null if we are analyzing the entire Tree or the entire compilation.

IsGeneratedCode

Indicates if the Tree is generated code.

Options

Options specified for the analysis.

Tree

SyntaxTree that is the subject of the analysis.

Methods

Applies to

ผลิตภัณฑ์ เวอร์ชัน
Roslyn 4.2.0, 4.3.0, 4.4.0, 4.5.0, 4.6.0, 4.7.0, 4.8.0, 4.9.2, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.3.1, 3.4.0, 3.5.0, 3.6.0, 3.7.0, 3.8.0, 3.9.0, 3.10.0, 3.11.0, 4.0.1, 4.1.0, 4.12.2, 4.13.0