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