5 references to EvtVarTypeUInt32
System.Core (5)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (5)
704
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
;
886
systemProperties.ProcessId = (uint?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
);
889
systemProperties.ThreadId = (uint?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
);
1162
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
:
1246
case ((int) UnsafeNativeMethods.EvtMasks.EVT_VARIANT_TYPE_ARRAY | (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt32
):