11 references to Messages
System.Diagnostics.DiagnosticSource (11)
System\Diagnostics\DiagnosticSourceEventSource.cs (2)
216
[Event(1, Keywords = Keywords.
Messages
)]
355
[Event(13, Keywords = Keywords.
Messages
)]
System\Diagnostics\DsesActivitySourceListener.cs (2)
64
if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
104
if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
System\Diagnostics\DsesFilterAndTransform.cs (7)
174
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))
259
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
279
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
291
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
315
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
336
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
367
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))