4 references to ConvertPlaceholderToInterpolatedString
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
13
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
ConvertPlaceholderToInterpolatedString
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeRefactoringProviderNames.cs (1)
75
public static string ConvertPlaceholderToInterpolatedString => PredefinedCodeRefactoringProviderNames.
ConvertPlaceholderToInterpolatedString
;
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\PredefinedCodeRefactoringProviderNames.cs (1)
31
public const string ConvertPlaceholderToInterpolatedString = nameof(
ConvertPlaceholderToInterpolatedString
);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ConvertToInterpolatedString\VisualBasicConvertPlaceholderToInterpolatedStringRefactoringProvider.vb (1)
12
<ExportCodeRefactoringProvider(LanguageNames.VisualBasic, Name:=PredefinedCodeRefactoringProviderNames.
ConvertPlaceholderToInterpolatedString
), [Shared]>