1 reference to GetTypeDeclarationAsync
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
86
var typeNode = await
GetTypeDeclarationAsync
(document, position, typeDiscoveryRule, cancellationToken).ConfigureAwait(false);