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