3 references to UseDeconstruction
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseDeconstructionCodeFixProvider.cs (1)
24
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
UseDeconstruction
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor (1)
RazorPredefinedCodeFixProviderNames.cs (1)
119
public static string UseDeconstruction => PredefinedCodeFixProviderNames.
UseDeconstruction
;
Microsoft.CodeAnalysis.Features (1)
PredefinedCodeFixProviderNames.cs (1)
138
public const string UseDeconstruction = nameof(
UseDeconstruction
);