31 references to UnusedParameterDiagnosticId
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractRemoveUnusedParametersAndValuesDiagnosticAnalyzer.cs (1)
83
IDEDiagnosticIds.
UnusedParameterDiagnosticId
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (26)
RemoveUnusedParametersTests.cs (26)
77
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
110
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
144
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
161
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
186
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
228
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
309
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
328
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
406
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
428
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
492
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
758
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
773
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
866
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1222
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
, "p1").WithLocation(5, 15),
1223
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
, "p2").WithLocation(5, 23),
1224
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
, "p3").WithLocation(13, 23),
1225
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
, "p4").WithLocation(13, 31),
1226
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
, "p5").WithLocation(19, 17));
1301
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1343
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1399
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1431
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1712
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1731
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
1753
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
));
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.UnitTests (4)
RemoveUnusedParametersTests.vb (4)
44
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
))
55
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
))
67
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
))
177
Diagnostic(IDEDiagnosticIds.
UnusedParameterDiagnosticId
))