6 references to Log
System.Diagnostics.DiagnosticSource (6)
System\Diagnostics\ActivitySource.cs (1)
69GC.KeepAlive(DiagnosticSourceEventSource.Log);
System\Diagnostics\DiagnosticListener.cs (1)
147GC.KeepAlive(DiagnosticSourceEventSource.Log);
System\Diagnostics\DiagnosticSourceEventSource.cs (4)
1264try { ret = fetch!.Fetch(obj); } catch (Exception e) { Log.Message($"Property {objType}.{_propertyName} threw the exception {e}"); } 1326Log.Message($"*Enumerate applied to non-enumerable type {type}"); 1346Log.Message($"Property {propertyName} not found on {type}. Ensure the name is spelled correctly. If you published the application with PublishTrimmed=true, ensure the property was not trimmed away."); 1352Log.Message($"Property {propertyName} is static.");