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