2 references to RefactorReferencesAsync
Microsoft.CodeAnalysis.Features (2)
MoveStaticMembers\MoveStaticMembersWithDialogCodeAction.cs (2)
120
var solutionWithFixedReferences = await
RefactorReferencesAsync
(projectToLocations, newDoc.Project.Solution, newType, typeArgIndices, cancellationToken).ConfigureAwait(false);
195
var solutionWithFixedReferences = await
RefactorReferencesAsync
(projectToLocations, oldSolution, newType, typeArgIndices, cancellationToken).ConfigureAwait(false);