9 references to EnumHelper
mscorlib (9)
System\Diagnostics\Eventing\TraceLogging\EnumHelper.cs (1)
22Statics.GetDeclaredStaticMethod(typeof(EnumHelper<UnderlyingType>), "Identity");
System\Diagnostics\Eventing\TraceLogging\SimpleTypeInfos.cs (8)
651collector.AddScalar(EnumHelper<Byte>.Cast(value)); 673collector.AddScalar(EnumHelper<SByte>.Cast(value)); 695collector.AddScalar(EnumHelper<Int16>.Cast(value)); 717collector.AddScalar(EnumHelper<UInt16>.Cast(value)); 739collector.AddScalar(EnumHelper<Int32>.Cast(value)); 761collector.AddScalar(EnumHelper<UInt32>.Cast(value)); 783collector.AddScalar(EnumHelper<Int64>.Cast(value)); 805collector.AddScalar(EnumHelper<UInt64>.Cast(value));