3 references to AddNew
Microsoft.CodeAnalysis.CSharp.Features (1)
HideBaseCodeFixProvider.cs (1)
17
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
AddNew
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
19
public static string AddNew => PredefinedCodeFixProviderNames.
AddNew
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
18
public const string AddNew = nameof(
AddNew
);