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