2 overrides of GetTypeDeclarationAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractInterface\CSharpExtractInterfaceService.cs (1)
34
protected override async Task<SyntaxNode>
GetTypeDeclarationAsync
(Document document, int position, TypeDiscoveryRule typeDiscoveryRule, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractInterface\VisualBasicExtractInterfaceService.vb (1)
25
Protected Overrides Async Function
GetTypeDeclarationAsync
(
1 reference to GetTypeDeclarationAsync
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
90
var typeNode = await
GetTypeDeclarationAsync
(document, position, typeDiscoveryRule, cancellationToken).ConfigureAwait(false);