1 instantiation of StubRefactoring
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeRefactorings\CodeRefactoringServiceTest.cs (1)
133public StubAnalyzerReference() : this(new StubRefactoring()) { }
3 references to StubRefactoring
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CodeRefactorings\CodeRefactoringServiceTest.cs (3)
52var stubRefactoringAction = refactorings.Single(refactoring => refactoring.CodeActions.FirstOrDefault().action?.Title == nameof(StubRefactoring)); 121nameof(StubRefactoring), 123equivalenceKey: nameof(StubRefactoring)));