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