Look for qualified this usages in the same class.

Examples:

    switch (x) {
        case 1:
            break;
        case 2:
            break;
        default:
    }