Implemented interface member:
method
GetChangeNamespaceOptions
Microsoft.CodeAnalysis.MoveToNamespace.IMoveToNamespaceOptionsService.GetChangeNamespaceOptions(System.String, System.Collections.Immutable.ImmutableArray<System.String>, Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts)
5 references to GetChangeNamespaceOptions
Microsoft.VisualStudio.LanguageServices.UnitTests (5)
MoveToNamespace\VisualStudioMoveToNamespaceServiceTests.vb (5)
19Dim result = service.GetChangeNamespaceOptions(namespaces(0), namespaces.AsImmutable(), syntaxFactsService:=VisualBasicSyntaxFacts.Instance) 23result = service.GetChangeNamespaceOptions(namespaces(1), namespaces.AsImmutable(), syntaxFactsService:=VisualBasicSyntaxFacts.Instance) 26result = service.GetChangeNamespaceOptions(namespaces(2), namespaces.AsImmutable(), syntaxFactsService:=VisualBasicSyntaxFacts.Instance) 29result = service.GetChangeNamespaceOptions(namespaces(3), namespaces.AsImmutable(), syntaxFactsService:=VisualBasicSyntaxFacts.Instance) 32result = service.GetChangeNamespaceOptions(namespaces(2), namespaces.AsImmutable(), syntaxFactsService:=VisualBasicSyntaxFacts.Instance)