4 references to TestMoveToNamespaceOptionsService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
MoveToNamespace\MoveToNamespaceTests.cs (2)
37typeof(TestMoveToNamespaceOptionsService)); 1322((TestMoveToNamespaceOptionsService)movenamespaceService.OptionsService).SetOptions(moveToNamespaceOptions);
Microsoft.CodeAnalysis.EditorFeatures.DiagnosticsTests.Utilities (2)
MoveToNamespace\AbstractMoveToNamespaceTests.TestState.cs (2)
29public TestMoveToNamespaceOptionsService TestMoveToNamespaceOptionsService 30=> (TestMoveToNamespaceOptionsService)MoveToNamespaceService.OptionsService;