1 write to _systemProperties
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventLogRecord.cs (1)
39_systemProperties = new NativeWrapper.SystemProperties();
23 references to _systemProperties
System.Diagnostics.EventLog (23)
System\Diagnostics\Reader\EventLogRecord.cs (23)
50if (_systemProperties.filled) 58if (!_systemProperties.filled) 60NativeWrapper.EvtRenderBufferWithContextSystem(_session.renderContextHandleSystem, Handle, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, _systemProperties); 61_systemProperties.filled = true; 71if (_systemProperties.Id == null) 73return (int)_systemProperties.Id; 82return _systemProperties.Version; 91return (int?)(uint?)_systemProperties.Qualifiers; 100return _systemProperties.Level; 109return (int?)(uint?)_systemProperties.Task; 118return (short?)(ushort?)_systemProperties.Opcode; 127return (long?)_systemProperties.Keywords; 136return (long?)_systemProperties.RecordId; 145return _systemProperties.ProviderName!; 154return _systemProperties.ProviderId; 163return _systemProperties.ChannelName; 172return (int?)_systemProperties.ProcessId; 181return (int?)_systemProperties.ThreadId; 190return _systemProperties.ComputerName; 199return _systemProperties.UserId; 208return _systemProperties.TimeCreated; 217return _systemProperties.ActivityId; 226return _systemProperties.RelatedActivityId;