1 write to _propertyName
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
657
_propertyName
= propertyName;
3 references to _propertyName
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\DsesFilterAndTransform.cs (3)
662
if (
_propertyName
== CurrentActivityPropertyName)
684
_fetchForExpectedType = fetch = PropertyFetch.FetcherForProperty(_eventSource, objType,
_propertyName
);
688
try { ret = fetch!.Fetch(obj); } catch (Exception e) { _eventSource.Message($"Property {objType}.{
_propertyName
} threw the exception {e}"); }