8 references to ExpressionValueIsUnusedDiagnosticId
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
CodeCleanup\CSharpCodeCleanupService.cs (1)
246IDEDiagnosticIds.ExpressionValueIsUnusedDiagnosticId,
Microsoft.CodeAnalysis.Features (3)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.cs (1)
66IDEDiagnosticIds.ExpressionValueIsUnusedDiagnosticId,
AbstractRemoveUnusedValuesCodeFixProvider.cs (2)
64=> ImmutableArray.Create(IDEDiagnosticIds.ExpressionValueIsUnusedDiagnosticId, 348case IDEDiagnosticIds.ExpressionValueIsUnusedDiagnosticId:
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
CodeCleanup\VisualBasicCodeCleanupService.vb (1)
77IDEDiagnosticIds.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}")]