MembershipContextMode
EXACT matches one context (default unscoped {}); ANY asks whether any scope matches and forbids a context filter; hits retain their scope. Ordered comparisons use each scope's effective value.
enum MembershipContextMode {
ANY
EXACT
}