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