6 references to UseTupleSwapDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
140
IDEDiagnosticIds.
UseTupleSwapDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\Analyzers\UseTupleSwap\CSharpUseTupleSwapDiagnosticAnalyzer.cs (1)
36
: base(IDEDiagnosticIds.
UseTupleSwapDiagnosticId
,
src\Analyzers\CSharp\CodeFixes\UseTupleSwap\CSharpUseTupleSwapCodeFixProvider.cs (1)
28
= [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
}")]