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)
64if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 104if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages))
System\Diagnostics\DsesFilterAndTransform.cs (6)
173if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages)) 258if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 267if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 291if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 312if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 343if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages))