5 references to EvtVarTypeUInt64
System.Diagnostics.EventLog (5)
System\Diagnostics\Reader\NativeWrapper.cs (5)
656
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
;
668
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
;
848
systemProperties.RecordId = (ulong?)ConvertToObject(varVal, UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
);
1143
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
:
1220
case ((int)UnsafeNativeMethods.EvtMasks.EVT_VARIANT_TYPE_ARRAY | (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeUInt64
):