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