13 references to ReportOutOfBandMessage
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\DiagnosticCounter.cs (1)
112EventSource.ReportOutOfBandMessage(message);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (12)
1733ReportOutOfBandMessage("ERROR: Exception during construction of EventSource " + Name + ": " + e.Message); 2129ReportOutOfBandMessage(SR.Format(SR.EventSource_EventParametersMismatch, eventId, args.Length, infos.Length)); 2145ReportOutOfBandMessage(SR.Format(SR.EventSource_VarArgsParameterMismatch, eventId, infos[i].Name)); 2158ReportOutOfBandMessage(SR.Format(SR.EventSource_EventParametersMismatch, eventCallbackArgs.EventId, eventDataCount, metadata.Parameters.Length)); 2214ReportOutOfBandMessage("ERROR: Exception during EventSource.OnEventWritten: " 2441ReportOutOfBandMessage(errorPrefix + ": " + SR.EventSource_EventTooBig); 2445ReportOutOfBandMessage(errorPrefix + ": " + SR.EventSource_NoFreeBuffers); 2449ReportOutOfBandMessage(errorPrefix + ": " + SR.EventSource_NullInput); 2453ReportOutOfBandMessage(errorPrefix + ": " + SR.EventSource_TooManyArgs); 2460ReportOutOfBandMessage(errorPrefix + ": " + innerEx.GetType() + ":" + innerEx.Message); 2463ReportOutOfBandMessage(errorPrefix); 2827ReportOutOfBandMessage("ERROR: Exception in Command Processing for EventSource " + Name + ": " + e.Message);