5 references to IChangeNamespaceService
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (2)
35/// This intermediate class is used to hide method `TryGetReplacementReferenceSyntax` from <see cref="IChangeNamespaceService" />. 88/// <see cref="IChangeNamespaceService.CanChangeNamespaceAsync(Document, SyntaxNode, CancellationToken)"/>
Microsoft.CodeAnalysis.Workspaces (3)
Rename\Renamer.SyncNamespaceDocumentAction.cs (3)
25/// Bat.Bar.Baz.Bat and update the solution to reflect these changes. Uses <see cref="IChangeNamespaceService"/> 42var changeNamespaceService = document.GetRequiredLanguageService<IChangeNamespaceService>();