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