4 references to AggregatorLookupFunc
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\AggregatorStore.cs (4)
60
private volatile
AggregatorLookupFunc
<TAggregator>? _cachedLookupFunc;
72
AggregatorLookupFunc
<TAggregator>? lookupFunc = _cachedLookupFunc;
85
AggregatorLookupFunc
<TAggregator> lookupFunc = LabelInstructionCompiler.Create(ref this, _createAggregatorFunc, labels);
328
public static
AggregatorLookupFunc
<TAggregator> Create<TAggregator>(