2 references to AddRenameAnnotationAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\ExtractMethod\AbstractExtractMethodCodeRefactoringProvider.cs (2)
103
return await
AddRenameAnnotationAsync
(document, invocationNameToken, c).ConfigureAwait(false);
132
return await
AddRenameAnnotationAsync
(document, invocationNameToken, c).ConfigureAwait(false);