1 write to systemProperties
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (1)
65systemProperties = new NativeWrapper.SystemProperties();
23 references to systemProperties
System.Core (23)
System\Diagnostics\Eventing\Reader\EventLogRecord.cs (23)
81if (this.systemProperties.filled) 88if (this.systemProperties.filled == false) { 89NativeWrapper.EvtRenderBufferWithContextSystem(this.session.renderContextHandleSystem, this.handle, UnsafeNativeMethods.EvtRenderFlags.EvtRenderEventValues, this.systemProperties, SYSTEM_PROPERTY_COUNT); 90this.systemProperties.filled = true; 98if (this.systemProperties.Id == null) 100return (int)this.systemProperties.Id; 107return this.systemProperties.Version; 114return (int?)(uint?)this.systemProperties.Qualifiers; 121return this.systemProperties.Level; 128return (int?)(uint?)this.systemProperties.Task; 135return (short?)(ushort?)this.systemProperties.Opcode; 142return (long?)this.systemProperties.Keywords; 149return (long?)this.systemProperties.RecordId; 156return this.systemProperties.ProviderName; 163return this.systemProperties.ProviderId; 170return this.systemProperties.ChannelName; 177return (int?)this.systemProperties.ProcessId; 184return (int?)this.systemProperties.ThreadId; 191return this.systemProperties.ComputerName; 198return this.systemProperties.UserId; 205return this.systemProperties.TimeCreated; 212return this.systemProperties.ActivityId; 219return this.systemProperties.RelatedActivityId;