7 references to ThrowOnEventWriteErrors
System.Private.CoreLib (7)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
2219
if (lastThrownException != null &&
ThrowOnEventWriteErrors
)
2439
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_EventTooBig, innerEx);
2443
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_NoFreeBuffers, innerEx);
2447
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_NullInput, innerEx);
2451
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(SR.EventSource_TooManyArgs, innerEx);
2461
if (
ThrowOnEventWriteErrors
) throw new EventSourceException(innerEx);
2986
if (
ThrowOnEventWriteErrors
)