2 references to RemoveUnnecessaryNullableDirective
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
107public const string RemoveUnnecessaryNullableDirective = nameof(RemoveUnnecessaryNullableDirective);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpRemoveUnnecessaryNullableDirectiveCodeFixProvider.cs (1)
19[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.RemoveUnnecessaryNullableDirective)]