4 references to DeclareAsNullable
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpDeclareAsNullableCodeFixProvider.cs (1)
24
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
DeclareAsNullable
), Shared]
CSharpMakeMemberRequiredCodeFixProvider.cs (1)
24
[ExtensionOrder(Before = PredefinedCodeFixProviderNames.
DeclareAsNullable
)]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
42
public static string DeclareAsNullable => PredefinedCodeFixProviderNames.
DeclareAsNullable
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
47
public const string DeclareAsNullable = nameof(
DeclareAsNullable
);