public override int GetHashCode() { unchecked { return(((InterceptorType != null ? InterceptorType.GetHashCode() : 0) * 397) ^ (Bindings != null ? Bindings.GetHashCode() : 0)); } }
public override int GetHashCode() { return(InterceptorType.GetHashCode()); }