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