6 references to UseThrowExpressionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
153
IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UseThrowExpression\UseThrowExpressionCodeFixProvider.cs (1)
28
=> [IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
];
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseThrowExpression\AbstractUseThrowExpressionDiagnosticAnalyzer.cs (1)
40
: base(IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
,
Microsoft.VisualStudio.LanguageServices.CSharp (3)
LanguageService\CSharpCodeCleanupFixerDiagnosticIds.cs (3)
352
[FixId(IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
)]
353
[Name(IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
)]
356
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
}")]