5 references to ConvertBetweenRegularAndVerbatimString
Microsoft.CodeAnalysis.Razor.Workspaces (1)
CodeActions\CSharp\CSharpCodeActionProvider.cs (1)
36
RazorPredefinedCodeRefactoringProviderNames.
ConvertBetweenRegularAndVerbatimString
,
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (2)
285
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
ConvertBetweenRegularAndVerbatimString
);
305
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
ConvertBetweenRegularAndVerbatimString
);
Microsoft.VisualStudioCode.RazorExtension.UnitTests (2)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CSharpCodeActionTests.cs (2)
285
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
ConvertBetweenRegularAndVerbatimString
);
305
await VerifyCodeActionAsync(input, expected, RazorPredefinedCodeRefactoringProviderNames.
ConvertBetweenRegularAndVerbatimString
);