4 references to IntroduceVariableCodeRefactoringProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
CodeActions\IntroduceVariable\IntroduceVariableTests.cs (1)
25
=> new
IntroduceVariableCodeRefactoringProvider
();
Interactive\CodeActions\InteractiveIntroduceVariableTests.cs (1)
20
=> new
IntroduceVariableCodeRefactoringProvider
();
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Rename\InlineRenameTests.vb (1)
1278
Dim introduceVariableRefactoringProvider = New
IntroduceVariableCodeRefactoringProvider
()
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CodeActions\IntroduceVariable\IntroduceVariableTests.vb (1)
17
Return New
IntroduceVariableCodeRefactoringProvider
()