5 references to EvtVarTypeUInt64
System.Core (5)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (5)
699
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
;
709
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
;
877
systemProperties.RecordId = (ulong?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
);
1174
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
:
1243
case ((int) UnsafeNativeMethods.EvtMasks.EVT_VARIANT_TYPE_ARRAY | (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
):