1 write to _pmReference
System.Diagnostics.EventLog (1)
System\Diagnostics\Reader\EventMetadata.cs (1)
34
_pmReference
= pmReference;
5 references to _pmReference
System.Diagnostics.EventLog (5)
System\Diagnostics\Reader\EventMetadata.cs (5)
54
return new EventLogLink((uint)_channelId,
_pmReference
);
62
return new EventLevel(_level,
_pmReference
);
70
return new EventOpcode(_opcode,
_pmReference
);
78
return new EventTask(_task,
_pmReference
);
99
list.Add(new EventKeyword(unchecked((long)mask),
_pmReference
));