1 instantiation of LabelInstruction
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregatorStore.cs (1)
401
valueFetches[i] = new
LabelInstruction
(i, labels[i].Key);
9 references to LabelInstruction
System.Diagnostics.DiagnosticSource (9)
System\Diagnostics\Metrics\AggregatorStore.cs (9)
334
LabelInstruction
[] instructions = Compile(labels);
335
Array.Sort(instructions, (
LabelInstruction
a,
LabelInstruction
b) => string.CompareOrdinal(a.LabelName, b.LabelName));
396
private static
LabelInstruction
[] Compile(ReadOnlySpan<KeyValuePair<string, object?>> labels)
398
LabelInstruction
[] valueFetches = new
LabelInstruction
[labels.Length];
414
private readonly
LabelInstruction
[] _instructions;
420
LabelInstruction
[] instructions,
455
LabelInstruction
instr = _instructions[i];