| 1 | namespace Contracts; |
| 2 | |
| 3 | public enum ReputationReason |
| 4 | { |
| 5 | QuestionUpvoted, |
| 6 | AnswerUpvoted, |
| 7 | QuestionDownvoted, |
| 8 | AnswerDownvoted, |
| 9 | AnswerAccepted |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…