1 write to _renameService
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
57_renameService = renameService;
3 references to _renameService
Microsoft.CodeAnalysis.EditorFeatures (3)
ExtractMethod\ExtractMethodCommandHandler.cs (3)
85if (_renameService.ActiveSession != null) 87_threadingContext.JoinableTaskFactory.Run(() => _renameService.ActiveSession.CommitAsync(previewChanges: false, context.OperationContext)); 184_renameService.StartInlineSession(document, methodNameAtInvocation.Value.Span, cancellationToken);