InterceptorReference public class InterceptorReference : IReference<IInterceptor>, IEquatable<InterceptorReference> Documentation public InterceptorReference(string referencedComponentName) public InterceptorReference(Type componentType) public static InterceptorReference ForKey(string key) public static InterceptorReference ForType(Type service) public static InterceptorReference ForType<T>() public bool Equals(InterceptorReference other)