4 references to GetSourceTreeOrThrow
Microsoft.CodeAnalysis.Workspaces (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\LocationExtensions.cs (4)
19
=> location.
GetSourceTreeOrThrow
().GetRoot(cancellationToken).FindToken(location.SourceSpan.Start);
22
=> location.
GetSourceTreeOrThrow
().GetRoot(cancellationToken).FindNode(location.SourceSpan);
25
=> location.
GetSourceTreeOrThrow
().GetRoot(cancellationToken).FindNode(location.SourceSpan, getInnermostNodeForTie: getInnermostNodeForTie);
28
=> location.
GetSourceTreeOrThrow
().GetRoot(cancellationToken).FindNode(location.SourceSpan, findInsideTrivia, getInnermostNodeForTie);