2 writes to events
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
5297events = new StringBuilder(); 5325events = null;
13 references to events
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
5468events?.Append(" <event value=\"").Append(eventAttribute.EventId). 5471AppendLevelName(events, eventAttribute.Level); 5472events?.Append("\" symbol=\"").Append(eventName).Append('"'); 5477WriteMessageAttrib(events, "event", eventName, eventAttribute.Message); 5481events?.Append(" keywords=\""); 5482AppendKeywords(events, (ulong)eventAttribute.Keywords, eventName); 5483events?.Append('"'); 5489events?.Append(" opcode=\"").Append(str).Append('"'); 5495events?.Append(" task=\"").Append(str).Append('"'); 5501events?.Append(" channel=\"").Append(str).Append('"'); 5546events?.Append(" template=\"").Append(eventName).Append("Args\""); 5548events?.AppendLine("/>"); 5781sb?.Append(events);