3 references to ReplaceDefaultLiteral
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpReplaceDefaultLiteralCodeFixProvider.cs (1)
22[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.ReplaceDefaultLiteral), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
100public static string ReplaceDefaultLiteral => PredefinedCodeFixProviderNames.ReplaceDefaultLiteral;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
115public const string ReplaceDefaultLiteral = nameof(ReplaceDefaultLiteral);