3 references to EvtVarTypeNull
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\NativeWrapper.cs (3)
690
varVal.Type = (uint)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
;
1155
case (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
:
1248
if (val.Type == (int)UnsafeNativeMethods.EvtVariantType.
EvtVarTypeNull
)