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