Document.SupportsSyntaxTree Property

Definition

true if this Document supports providing data through the GetSyntaxTreeAsync(CancellationToken) and GetSyntaxRootAsync(CancellationToken) methods.

If false then these methods will return null instead.

public bool SupportsSyntaxTree { get; }

Property Value

Applies to