8 references to ExpressionValueIsUnusedDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
246
IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
,
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.cs (1)
66
IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
,
AbstractRemoveUnusedValuesCodeFixProvider.cs (2)
64
=> ImmutableArray.Create(IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
,
348
case IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
:
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
77
IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
, IDEDiagnosticIds.ValueAssignedIsUnusedDiagnosticId),
Microsoft.VisualStudio.LanguageServices (3)
CodeCleanup\CommonCodeCleanUpFixerDiagnosticIds.cs (3)
154
[FixId(IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
)]
155
[Name(IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
)]
158
[HelpLink($"https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/{IDEDiagnosticIds.
ExpressionValueIsUnusedDiagnosticId
}")]