3 references to GenerateDeconstructMethod
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\GenerateMethod\GenerateDeconstructMethodCodeFixProvider.cs (1)
19
[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.
GenerateDeconstructMethod
), Shared]
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorPredefinedCodeFixProviderNames.cs (1)
53
public static string GenerateDeconstructMethod => PredefinedCodeFixProviderNames.
GenerateDeconstructMethod
;
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\PredefinedCodeFixProviderNames.cs (1)
62
public const string GenerateDeconstructMethod = nameof(
GenerateDeconstructMethod
);