1 reference to GetContainingMemberOrTypeDeclarationAsync
Microsoft.CodeAnalysis.Workspaces (1)
LanguageServices\FixAllSpanMappingService\AbstractFixAllSpanMappingService.cs (1)
34
var decl = await
GetContainingMemberOrTypeDeclarationAsync
(document, fixAllInContainingMember, span, cancellationToken).ConfigureAwait(false);