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)
64if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 96if (_eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages))
System\Diagnostics\DsesFilterAndTransform.cs (7)
174if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages)) 255if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 271if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 283if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 307if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 328if (eventSource.IsEnabled(EventLevel.Warning, DiagnosticSourceEventSource.Keywords.Messages)) 359if (eventSource.IsEnabled(EventLevel.Informational, DiagnosticSourceEventSource.Keywords.Messages))