2 references to ImmutableTypeCache
Microsoft.Extensions.Caching.Hybrid (2)
Internal\ImmutableTypeCache.T.cs (2)
14public static readonly bool IsImmutable = (typeof(T).IsValueType && ImmutableTypeCache.IsBlittable<T>()) || ImmutableTypeCache.IsTypeImmutable(typeof(T));