1 write to _renameService
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
67_renameService = renameService;
3 references to _renameService
Microsoft.CodeAnalysis.EditorFeatures (3)
ExtractMethod\ExtractMethodCommandHandler.cs (3)
96if (_renameService.ActiveSession != null) 98_threadingContext.JoinableTaskFactory.Run(() => _renameService.ActiveSession.CommitAsync(previewChanges: false, CancellationToken.None)); 205_renameService.StartInlineSession(document, methodNameAtInvocation.Span, cancellationToken);