1 reference to GetRootInOtherSyntaxTreeAsync
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\ConvertToAsync\AbstractConvertToAsyncCodeFixProvider.cs (1)
66
var result = await
GetRootInOtherSyntaxTreeAsync
(node, semanticModel, diagnostic, cancellationToken).ConfigureAwait(false);