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)
142public bool SupportsSyntaxTree => DocumentState.SupportsSyntaxTree;
Workspace\Solution\DocumentState.cs (5)
320var newTreeSource = SupportsSyntaxTree ? CreateLazyFullyParsedTree( 339Contract.ThrowIfFalse(SupportsSyntaxTree); 408newTreeSource = SupportsSyntaxTree ? 457if (!SupportsSyntaxTree) 488if (!SupportsSyntaxTree)