3 references to UseInterpolatedVerbatimString
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseInterpolatedVerbatimStringCodeFixProvider.cs (1)
26[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.UseInterpolatedVerbatimString), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
130public static string UseInterpolatedVerbatimString => PredefinedCodeFixProviderNames.UseInterpolatedVerbatimString;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
149public const string UseInterpolatedVerbatimString = nameof(UseInterpolatedVerbatimString);