2 writes to _lastValue
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\LastValueAggregator.cs (2)
17
_lastValue
= value;
25
_lastValue
= null;
1 reference to _lastValue
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\LastValueAggregator.cs (1)
24
LastValueStatistics stats = new LastValueStatistics(
_lastValue
);