6 references to UseTupleSwapDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
219
IDEDiagnosticIds.
UseTupleSwapDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseTupleSwapCodeFixProvider.cs (1)
36
= ImmutableArray.Create(IDEDiagnosticIds.
UseTupleSwapDiagnosticId
);
CSharpUseTupleSwapDiagnosticAnalyzer.cs (1)
36
: base(IDEDiagnosticIds.
UseTupleSwapDiagnosticId
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
361
[FixId(IDEDiagnosticIds.
UseTupleSwapDiagnosticId
)]
362
[Name(IDEDiagnosticIds.
UseTupleSwapDiagnosticId
)]
365
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
UseTupleSwapDiagnosticId
}")]