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)
96
if (
_renameService
.ActiveSession != null)
98
_threadingContext.JoinableTaskFactory.Run(() =>
_renameService
.ActiveSession.CommitAsync(previewChanges: false, CancellationToken.None));
205
_renameService
.StartInlineSession(document, methodNameAtInvocation.Span, cancellationToken);