2 references to ConvertPlaceholderToInterpolatedString
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToInterpolatedString\CSharpConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
13
[ExportCodeRefactoringProvider(LanguageNames.CSharp, Name = PredefinedCodeRefactoringProviderNames.
ConvertPlaceholderToInterpolatedString
), Shared]
Microsoft.CodeAnalysis.Features (1)
CodeRefactorings\PredefinedCodeRefactoringProviderNames.cs (1)
32
public const string ConvertPlaceholderToInterpolatedString = nameof(
ConvertPlaceholderToInterpolatedString
);