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