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