8 references to SupportsSyntaxTree
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Extensions.cs (1)
99if (!documentState.SupportsSyntaxTree)
Microsoft.CodeAnalysis.Workspaces (7)
Workspace\Solution\Document.cs (1)
138public bool SupportsSyntaxTree => DocumentState.SupportsSyntaxTree;
Workspace\Solution\DocumentState.cs (5)
307var newTreeSource = SupportsSyntaxTree ? CreateLazyFullyParsedTree( 344if (!SupportsSyntaxTree) 431var newTreeSource = SupportsSyntaxTree ? 462if (!SupportsSyntaxTree) 493if (!SupportsSyntaxTree)
Workspace\Solution\DocumentState_LinkedFileReuse.cs (1)
24if (!SupportsSyntaxTree)