1 write to _options
Microsoft.CodeAnalysis.Features (1)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (1)
63
_options
= options;
9 references to _options
Microsoft.CodeAnalysis.Features (9)
src\9547feb31df4cc5d\AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.SymbolStartAnalyzer.BlockAnalyzer.cs (9)
164
if (
_options
.UnusedValueExpressionStatementNotification.Severity == ReportDiagnostic.Suppress)
222
var properties = s_propertiesMap[(
_options
.UnusedValueExpressionStatementPreference, isUnusedLocalAssignment: false, isRemovableAssignment: false)];
225
_options
.UnusedValueExpressionStatementNotification,
472
var isComputingUnusedParams =
_options
.IsComputingUnusedParams(context.OwningSymbol);
473
if (
_options
.UnusedValueAssignmentSeverity.Severity == ReportDiagnostic.Suppress &&
591
_options
.UnusedValueAssignmentSeverity,
624
_options
.UnusedValueAssignmentSeverity.Severity == ReportDiagnostic.Suppress ||
640
_options
.UnusedValueAssignmentPreference == UnusedValuePreference.UnusedLocalVariable)
647
properties = s_propertiesMap[(
_options
.UnusedValueAssignmentPreference, isUnusedLocalAssignment, isRemovableAssignment)];