9 writes to Type
System.Diagnostics.EventLog (9)
System\Diagnostics\Reader\NativeWrapper.cs (9)
636
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeBoolean;
642
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeString;
649
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeString;
656
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeUInt64;
662
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeUInt32;
668
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeUInt64;
674
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeBoolean;
680
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeBoolean;
690
varVal.
Type
= (uint)UnsafeNativeMethods.EvtVariantType.EvtVarTypeNull;
3 references to Type
System.Diagnostics.EventLog (3)
System\Diagnostics\Reader\NativeWrapper.cs (3)
1129
switch (val.
Type
)
1248
if (val.
Type
== (int)UnsafeNativeMethods.EvtVariantType.EvtVarTypeNull)
1250
if (val.
Type
!= (int)desiredType)