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