2 references to GetMatchingTypeDeclarationAsync
Microsoft.CodeAnalysis.Workspaces (2)
Rename\Renamer.RenameSymbolDocumentAction.cs (2)
46var matchingTypeDeclaration = await GetMatchingTypeDeclarationAsync( 101var matchingDeclaration = await GetMatchingTypeDeclarationAsync(document, cancellationToken).ConfigureAwait(false);