8 references to SupportsSyntaxTree
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\Shared\AbstractSyntaxIndex.cs (2)
50
if (!document.
SupportsSyntaxTree
)
122
Contract.ThrowIfFalse(document.
SupportsSyntaxTree
);
Workspace\Solution\Document.cs (1)
142
public bool SupportsSyntaxTree => DocumentState.
SupportsSyntaxTree
;
Workspace\Solution\DocumentState.cs (5)
320
var newTreeSource =
SupportsSyntaxTree
? CreateLazyFullyParsedTree(
339
Contract.ThrowIfFalse(
SupportsSyntaxTree
);
408
newTreeSource =
SupportsSyntaxTree
?
457
if (!
SupportsSyntaxTree
)
488
if (!
SupportsSyntaxTree
)