11 references to Messages
System.Diagnostics.DiagnosticSource (11)
System\Diagnostics\DiagnosticSourceEventSource.cs (2)
220
[Event(1, Keywords = Keywords.
Messages
)]
359
[Event(13, Keywords = Keywords.
Messages
)]
System\Diagnostics\DsesActivitySourceListener.cs (2)
64
if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
96
if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
System\Diagnostics\DsesFilterAndTransform.cs (7)
174
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))
255
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
271
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
283
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
307
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
328
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
359
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))