Files
codeql/csharp/ql/test/query-tests/Likely Bugs/HashedButNoHash/HashedButNoHash.expected
2018-08-02 17:53:23 +01:00

3 lines
274 B
Plaintext

| HashedButNoHash.cs:9:15:9:18 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
| HashedButNoHash.cs:11:15:11:18 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |