2 references to CS8129
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\GenerateMethod\GenerateDeconstructMethodCodeFixProvider.cs (2)
25
private const string CS8129 = nameof(
CS8129
); // No suitable Deconstruct instance or extension method was found...
33
public sealed override ImmutableArray<string> FixableDiagnosticIds => [
CS8129
];