1 write to errors
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5349
errors
= new List<string>();
2 references to errors
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
5629
public IList<string> Errors =>
errors
;
5643
errors
.Add(msg);