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