3 references to EvtVarTypeNull
System.Core (3)
System\Diagnostics\Eventing\Reader\NativeWrapper.cs (3)
730
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
;
1186
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
:
1271
if (val.Type == (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
) return null;