4 overrides of Collect
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\CounterAggregator.cs (2)
54public override IAggregationStatistics Collect() 102public override IAggregationStatistics Collect()
System\Diagnostics\Metrics\ExponentialHistogramAggregator.cs (1)
83public override IAggregationStatistics Collect()
System\Diagnostics\Metrics\LastValueAggregator.cs (1)
15public override IAggregationStatistics Collect()
3 references to Collect
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\Metrics\AggregatorStore.cs (3)
98IAggregationStatistics stats = agg.Collect(); 302IAggregationStatistics stats = NoLabelAggregator.Collect(); 507IAggregationStatistics stats = kvValue.Value.Collect();