1 write to _document
Microsoft.CodeAnalysis.Features (1)
PullMemberUp\Dialog\PullMemberUpWithDialogCodeAction.cs (1)
37
_document
= document;
2 references to _document
Microsoft.CodeAnalysis.Features (2)
PullMemberUp\Dialog\PullMemberUpWithDialogCodeAction.cs (2)
45
return _service.GetPullMemberUpOptions(
_document
, _selectedMembers);
52
var changedSolution = await MembersPuller.PullMembersUpAsync(
_document
, pullMemberUpOptions, _fallbackOptions, cancellationToken).ConfigureAwait(false);