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)
143
public bool SupportsSyntaxTree => DocumentState.
SupportsSyntaxTree
;
Workspace\Solution\DocumentState.cs (5)
322
var newTreeSource =
SupportsSyntaxTree
? CreateLazyFullyParsedTree(
341
Contract.ThrowIfFalse(
SupportsSyntaxTree
);
410
newTreeSource =
SupportsSyntaxTree
?
459
if (!
SupportsSyntaxTree
)
490
if (!
SupportsSyntaxTree
)