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)
45return _service.GetPullMemberUpOptions(_document, _selectedMembers); 52var changedSolution = await MembersPuller.PullMembersUpAsync(_document, pullMemberUpOptions, _fallbackOptions, cancellationToken).ConfigureAwait(false);