5 references to Trampoline
Microsoft.CodeAnalysis.Features (5)
IntroduceParameter\AbstractIntroduceParameterCodeRefactoringProvider.cs (2)
166FeaturesResources.into_extracted_method_to_invoke_at_call_sites, allOccurrences: false, IntroduceParameterCodeActionKind.Trampoline)); 168FeaturesResources.into_extracted_method_to_invoke_at_call_sites, allOccurrences: true, IntroduceParameterCodeActionKind.Trampoline));
IntroduceParameter\IntroduceParameterDocumentRewriter.cs (3)
47if (_actionKind is IntroduceParameterCodeActionKind.Overload or IntroduceParameterCodeActionKind.Trampoline) 231if (_actionKind is IntroduceParameterCodeActionKind.Trampoline) 260var newMethodNode = _actionKind is IntroduceParameterCodeActionKind.Trampoline