10 references to Messages
System.Diagnostics.DiagnosticSource (10)
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 (6)
173
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))
258
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
267
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
291
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
312
if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.
Messages
))
343
if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.
Messages
))