6 references to TryGetSyntaxTree
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
283if (documentState.TryGetSyntaxTree(out _))
Workspace\Solution\Document.cs (1)
83if (!DocumentState.TryGetSyntaxTree(out syntaxTree))
Workspace\Solution\DocumentState.cs (1)
504if (TryGetSyntaxTree(out var priorTree))
Workspace\Solution\SolutionState.cs (3)
356if (document.TryGetSyntaxTree(out var documentTree) && documentTree == syntaxTree) 368if (generatedDocument.TryGetSyntaxTree(out var documentTree) && documentTree == syntaxTree) 1352if (oldDocument.TryGetSyntaxTree(out var oldTree) &&