2 references to GetTypeDeclarationAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\MoveType\AbstractMoveTypeService.cs (2)
52
var typeDeclaration = await
GetTypeDeclarationAsync
(document, textSpan, cancellationToken).ConfigureAwait(false);
58
var typeDeclaration = await
GetTypeDeclarationAsync
(document, textSpan, cancellationToken).ConfigureAwait(false);