2 writes to events
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
5299events = new StringBuilder(); 5327events = null;
13 references to events
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
5470events?.Append(" <event value=\"").Append(eventAttribute.EventId). 5473AppendLevelName(events, eventAttribute.Level); 5474events?.Append("\" symbol=\"").Append(eventName).Append('"'); 5479WriteMessageAttrib(events, "event", eventName, eventAttribute.Message); 5483events?.Append(" keywords=\""); 5484AppendKeywords(events, (ulong)eventAttribute.Keywords, eventName); 5485events?.Append('"'); 5491events?.Append(" opcode=\"").Append(str).Append('"'); 5497events?.Append(" task=\"").Append(str).Append('"'); 5503events?.Append(" channel=\"").Append(str).Append('"'); 5548events?.Append(" template=\"").Append(eventName).Append("Args\""); 5550events?.AppendLine("/>"); 5783sb?.Append(events);