8 references to SupportsSyntaxTree
Microsoft.CodeAnalysis.Workspaces (8)
FindSymbols\Shared\AbstractSyntaxIndex.cs (2)
50if (!document.SupportsSyntaxTree) 122Contract.ThrowIfFalse(document.SupportsSyntaxTree);
Workspace\Solution\Document.cs (1)
143public bool SupportsSyntaxTree => DocumentState.SupportsSyntaxTree;
Workspace\Solution\DocumentState.cs (5)
322var newTreeSource = SupportsSyntaxTree ? CreateLazyFullyParsedTree( 341Contract.ThrowIfFalse(SupportsSyntaxTree); 410newTreeSource = SupportsSyntaxTree ? 459if (!SupportsSyntaxTree) 490if (!SupportsSyntaxTree)