1 override of GetTypeDeclarationAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractInterface\CSharpExtractInterfaceService.cs (1)
32
protected override async Task<SyntaxNode>
GetTypeDeclarationAsync
(Document document, int position, TypeDiscoveryRule typeDiscoveryRule, CancellationToken cancellationToken)
1 reference to GetTypeDeclarationAsync
Microsoft.CodeAnalysis.Features (1)
ExtractInterface\AbstractExtractInterfaceService.cs (1)
84
var typeNode = await
GetTypeDeclarationAsync
(document, position, typeDiscoveryRule, cancellationToken).ConfigureAwait(false);