9 references to RemoveUnusedVariable
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\CSharp\CSharpCodeActionProvider.cs (1)
42
RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (4)
478
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
494
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
508
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
527
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (4)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (4)
478
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
494
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
508
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);
527
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeFixProviderNames.
RemoveUnusedVariable
);