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)
85
if (
_renameService
.ActiveSession != null)
87
_threadingContext.JoinableTaskFactory.Run(() =>
_renameService
.ActiveSession.CommitAsync(previewChanges: false, context.OperationContext));
184
_renameService
.StartInlineSession(document, methodNameAtInvocation.Value.Span, cancellationToken);