InterceptorReference public class InterceptorReference : IEquatable<InterceptorReference> Documentation public string ComponentKey { get; } public InterceptorReferenceType ReferenceType { get; } public Type ServiceType { get; } public InterceptorReference(string componentKey) public InterceptorReference(Type serviceType) public static InterceptorReference ForKey(string key) public static InterceptorReference ForType(Type service) public static InterceptorReference ForType<T>() public bool Equals(InterceptorReference other)