4 references to GetRequiredSyntaxTreeSynchronously
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
BlockCommentEditing\BlockCommentEditingCommandHandler.cs (1)
282var syntaxTree = document.GetRequiredSyntaxTreeSynchronously(cancellationToken);
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentationComments\AbstractXmlTagCompletionCommandHandler.cs (1)
116var tree = document.GetRequiredSyntaxTreeSynchronously(cancellationToken);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
1653Assert.Equal(expectedAlgorithm, document.GetRequiredSyntaxTreeSynchronously(default).GetText().ChecksumAlgorithm);
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ProjectExternalErrorReporter.cs (1)
314var tree = document.GetRequiredSyntaxTreeSynchronously(CancellationToken.None);