2 implementations of GetChangeNamespaceOptions
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
MoveToNamespace\TestMoveToNamespaceOptionsService.cs (1)
28
public MoveToNamespaceOptionsResult
GetChangeNamespaceOptions
(string defaultNamespace, ImmutableArray<string> availableNamespaces, ISyntaxFacts syntaxFactsService)
Microsoft.VisualStudio.LanguageServices (1)
MoveToNamespace\VisualStudioMoveToNamespaceOptionsService.cs (1)
37
public MoveToNamespaceOptionsResult
GetChangeNamespaceOptions
(
1 reference to GetChangeNamespaceOptions
Microsoft.CodeAnalysis.Features (1)
MoveToNamespace\AbstractMoveToNamespaceService.cs (1)
321
return OptionsService.
GetChangeNamespaceOptions
(