12 references to ObjectSequence3
System.Diagnostics.DiagnosticSource (12)
System\Diagnostics\Metrics\AggregatorStore.cs (8)
110
case FixedSizeLabelNameDictionary<StringSequence3,
ObjectSequence3
, TAggregator> aggs3:
209
private FixedSizeLabelNameDictionary<StringSequence3,
ObjectSequence3
, TAggregator>? Label3;
233
case FixedSizeLabelNameDictionary<StringSequence3,
ObjectSequence3
, TAggregator> val3:
280
Interlocked.CompareExchange(ref Label3, new FixedSizeLabelNameDictionary<StringSequence3,
ObjectSequence3
, TAggregator>(), null);
373
ConcurrentDictionary<
ObjectSequence3
, TAggregator> valuesDict3 =
374
aggregatorStore.GetLabelValuesDictionary<StringSequence3,
ObjectSequence3
>(names3);
375
LabelInstructionInterpreter<
ObjectSequence3
, TAggregator> interpreter3 =
376
new LabelInstructionInterpreter<
ObjectSequence3
, TAggregator>(
System\Diagnostics\Metrics\ObjectSequence.cs (3)
56
internal partial struct ObjectSequence3 : IEquatable<
ObjectSequence3
>, IObjectSequence
69
public bool Equals(
ObjectSequence3
other)
79
return obj is
ObjectSequence3
os3 && Equals(os3);
System\Diagnostics\Metrics\ObjectSequence.netcore.cs (1)
32
internal partial struct ObjectSequence3 : IEquatable<
ObjectSequence3
>, IObjectSequence