3 references to ContainsEnum
Microsoft.AspNetCore.Components.Endpoints (3)
Serialization\JsonStoredDataSerializer.cs (3)
121
if (
ContainsEnum
(type))
152
return
ContainsEnum
(type.GetElementType()!);
155
return type.IsGenericType && Array.Exists(type.GetGenericArguments(),
ContainsEnum
);