2 writes to _lastValue
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\LastValueAggregator.cs (2)
12_lastValue = value; 20_lastValue = null;
1 reference to _lastValue
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\LastValueAggregator.cs (1)
19LastValueStatistics stats = new LastValueStatistics(_lastValue);