4 references to GetValuesDictionary
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\AggregatorStore.cs (4)
179
return newState.
GetValuesDictionary
(names);
185
return fixedState.
GetValuesDictionary
(names);
189
return multiSizeState.GetFixedSizeLabelNameDictionary<TStringSequence, TObjectSequence>().
GetValuesDictionary
(names);
196
return newState.GetFixedSizeLabelNameDictionary<TStringSequence, TObjectSequence>().
GetValuesDictionary
(names);