2 references to EventSource_TooManyArgs
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
2450
ReportOutOfBandMessage(errorPrefix + ": " + SR.
EventSource_TooManyArgs
);
2451
if (ThrowOnEventWriteErrors) throw new EventSourceException(SR.
EventSource_TooManyArgs
, innerEx);