4 references to UseCompoundAssignmentDiagnosticId
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractUseCompoundAssignmentDiagnosticAnalyzer.cs (3)
36
: base(IDEDiagnosticIds.
UseCompoundAssignmentDiagnosticId
,
48
IDEDiagnosticIds.
UseCompoundAssignmentDiagnosticId
,
55
IDEDiagnosticIds.
UseCompoundAssignmentDiagnosticId
,
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractUseCompoundAssignmentCodeFixProvider.cs (1)
26
ImmutableArray.Create(IDEDiagnosticIds.
UseCompoundAssignmentDiagnosticId
);