2 writes to events
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
5308events = new StringBuilder(); 5336events = null;
13 references to events
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
5479events?.Append(" <event value=\"").Append(eventAttribute.EventId). 5482AppendLevelName(events, eventAttribute.Level); 5483events?.Append("\" symbol=\"").Append(eventName).Append('"'); 5488WriteMessageAttrib(events, "event", eventName, eventAttribute.Message); 5492events?.Append(" keywords=\""); 5493AppendKeywords(events, (ulong)eventAttribute.Keywords, eventName); 5494events?.Append('"'); 5500events?.Append(" opcode=\"").Append(str).Append('"'); 5506events?.Append(" task=\"").Append(str).Append('"'); 5512events?.Append(" channel=\"").Append(str).Append('"'); 5557events?.Append(" template=\"").Append(eventName).Append("Args\""); 5559events?.AppendLine("/>"); 5792sb?.Append(events);