3 references to InvokeDelegateWithConditionalAccess
Microsoft.CodeAnalysis.CSharp.Features (1)
InvokeDelegateWithConditionalAccessCodeFixProvider.cs (1)
25[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.InvokeDelegateWithConditionalAccess), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
63public static string InvokeDelegateWithConditionalAccess => PredefinedCodeFixProviderNames.InvokeDelegateWithConditionalAccess;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
71public const string InvokeDelegateWithConditionalAccess = nameof(InvokeDelegateWithConditionalAccess);