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)
648
for (
PropertySpec
? cur = _fetches; cur != null; cur = cur.Next)
678
public PropertySpec(DiagnosticSourceEventSource eventSource, string propertyName,
PropertySpec
? next)
694
public
PropertySpec
? Next { get; }
979
private readonly
PropertySpec
? _fetches;