3 references to IsEnum
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
1864
if (dataType.
IsEnum
())
6233
if (type.
IsEnum
() && Enum.GetUnderlyingType(type) != typeof(UInt64) && Enum.GetUnderlyingType(type) != typeof(Int64))
6726
if (type.
IsEnum
())