1 write to Destination
Microsoft.CodeAnalysis.Features (1)
PullMemberUp\PullMembersUpOptions.cs (1)
38Destination = destination;
8 references to Destination
Microsoft.CodeAnalysis.Features (8)
PullMemberUp\MembersPuller.cs (8)
52? string.Format(FeaturesResources.Pull_0_up_to_1, selectedMembers.Single().Name, result.Destination.Name) 53: string.Format(FeaturesResources.Pull_selected_members_up_to_0, result.Destination.Name); 66return pullMembersUpOptions.Destination.TypeKind switch 71_ => throw ExceptionUtilities.UnexpectedValue(pullMembersUpOptions.Destination), 102solution, pullMemberUpOptions.Destination, location: null, cancellationToken).ConfigureAwait(false); 281solution, result.Destination, location: null, cancellationToken).ConfigureAwait(false); 358if (!result.Destination.IsAbstract && 361var modifiers = DeclarationModifiers.From(result.Destination).WithIsAbstract(true);