1 write to pmReference
System.Core (1)
System\Diagnostics\Eventing\Reader\EventMetadata.cs (1)
53this.pmReference = pmReference;
5 references to pmReference
System.Core (5)
System\Diagnostics\Eventing\Reader\EventMetadata.cs (5)
79return new EventLogLink((uint)this.channelId, this.pmReference); 85return new EventLevel(this.level, this.pmReference); 92return new EventOpcode(this.opcode, this.pmReference); 98return new EventTask(this.task, this.pmReference); 116list.Add(new EventKeyword((long)mask, this.pmReference));