1 instantiation of PropertySpec
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
631_fetches = new PropertySpec(eventSource, propertyName, _fetches);
4 references to PropertySpec
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\DsesFilterAndTransform.cs (4)
648for (PropertySpec? cur = _fetches; cur != null; cur = cur.Next) 678public PropertySpec(DiagnosticSourceEventSource eventSource, string propertyName, PropertySpec? next) 694public PropertySpec? Next { get; } 979private readonly PropertySpec? _fetches;