1 write to LabelName
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregatorStore.cs (1)
317
LabelName
= labelName;
10 references to LabelName
System.Diagnostics.DiagnosticSource (10)
System\Diagnostics\Metrics\AggregatorStore.cs (10)
335
Array.Sort(instructions, (LabelInstruction a, LabelInstruction b) => string.CompareOrdinal(a.
LabelName
, b.
LabelName
));
353
StringSequence1 names1 = new StringSequence1(instructions[0].
LabelName
);
362
StringSequence2 names2 = new StringSequence2(instructions[0].
LabelName
, instructions[1].
LabelName
);
371
StringSequence3 names3 = new StringSequence3(instructions[0].
LabelName
, instructions[1].
LabelName
,
372
instructions[2].
LabelName
);
384
labelNames[i] = instructions[i].
LabelName
;
456
if (instr.
LabelName
!= labels[instr.SourceIndex].Key)