1 write to Message
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
3513
if (msg != null) eventAttribute.
Message
= msg;
3 references to Message
mscorlib (3)
system\diagnostics\eventing\eventsource.cs (3)
3663
eventData[eventAttribute.EventId].Message = eventAttribute.
Message
;
6191
WriteMessageAttrib(events, "event", eventName, eventAttribute.
Message
);
6202
events.Append(" channel=\"").Append(GetChannelName(eventAttribute.Channel, eventName, eventAttribute.
Message
)).Append("\"");