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