1 write to _fallbackOptions
Microsoft.CodeAnalysis.Features (1)
PullMemberUp\Dialog\PullMemberUpWithDialogCodeAction.cs (1)
40
_fallbackOptions
= fallbackOptions;
1 reference to _fallbackOptions
Microsoft.CodeAnalysis.Features (1)
PullMemberUp\Dialog\PullMemberUpWithDialogCodeAction.cs (1)
52
var changedSolution = await MembersPuller.PullMembersUpAsync(_document, pullMemberUpOptions,
_fallbackOptions
, cancellationToken).ConfigureAwait(false);