6 references to UseThrowExpressionDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
241
IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
),
Microsoft.CodeAnalysis.CSharp.Features (1)
UseThrowExpressionCodeFixProvider.cs (1)
34
=> ImmutableArray.Create(IDEDiagnosticIds.
UseThrowExpressionDiagnosticId
);
Microsoft.CodeAnalysis.Features (1)
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
}")]