1 instantiation of PropertySpec
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\DsesFilterAndTransform.cs (1)
623_fetches = new PropertySpec(eventSource, propertyName, _fetches);
4 references to PropertySpec
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\DsesFilterAndTransform.cs (4)
640for (PropertySpec? cur = _fetches; cur != null; cur = cur.Next) 670public PropertySpec(DiagnosticSourceEventSource eventSource, string propertyName, PropertySpec? next) 686public PropertySpec? Next { get; } 971private readonly PropertySpec? _fetches;