5 references to IntroduceVariable
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\CSharp\CSharpCodeActionProvider.cs (1)
34
RazorPredefinedCodeRefactoringProviderNames.
IntroduceVariable
,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (2)
126
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
IntroduceVariable
);
173
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
IntroduceVariable
, childActionIndex: 1);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (2)
126
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
IntroduceVariable
);
173
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
IntroduceVariable
, childActionIndex: 1);