1 reference to GetSyntaxRootsAsync
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
549
var (oldRoot, newRoot) = await
GetSyntaxRootsAsync
(oldDocument, newDocument, cancellationToken).ConfigureAwait(false);