10 Commits (650d2fe6444c3b5389ffffad7b44ca99fda50e66)

Author SHA1 Message Date
Daniel Grunwald 647af8b485 Fix NullReferenceException in SpecializedMethod.AccessorOwner 13 years ago
Daniel Grunwald a567138c23 ValueParameterUnusedIssue: highlight only the 'get'/'set'/'add'/'remove' keyword, not the whole accessor body 13 years ago
Daniel Grunwald eabc6dbfae Don't warn on empty custom events. 13 years ago
Simon Lindgren 1726ac4fcd Replace FindReferences with context.FindReferences in ValueParameterUnusedIssue. 13 years ago
Simon Lindgren 9c8556c61f [CodeIssues] Don't warn about missing usage of 'value' in accessors that throws immediately. 13 years ago
Simon Lindgren ebfd9410fb [CodeIssues] Fix ValueParameterUnusedIssue. 13 years ago
Simon Lindgren ac2e8ef636 [CodeActions] Don't crash on null accessors in ValueParameterUnusedIssue. 13 years ago
Simon Lindgren a546a8f7c1 [CodeActions] Rename SetterDoesNotUseValueParameterAction to ValueParameterUnusedAction and generalize it to include event accessors as well. 13 years ago
Simon Lindgren c8f36ae31b [CodeActions] Handle auto-setters and missing setters in SetterDoesNotUseValueParameterIssue. 13 years ago
Simon Lindgren eea162a9c9 [CodeIssues] Update some strings to be more inline with the rest of the issues (and more informative too). 13 years ago
Simon Lindgren e914c9e0ab [CodeIssue,CodeAction] Use the FindReferences class instead of custom visitors to find variable references. 13 years ago
Simon Lindgren 2396e99ca4 [CodeIssue] Add SetterDoesNotUseValueParameterIssue. 13 years ago
Simon Lindgren 44eff13a62 Add RemoveRedundantCatchTypeAction. 13 years ago