12 references to ObjectSequence2
System.Diagnostics.DiagnosticSource (12)
System\Diagnostics\Metrics\AggregatorStore.cs (8)
106
case FixedSizeLabelNameDictionary<StringSequence2,
ObjectSequence2
, TAggregator> aggs2:
208
private FixedSizeLabelNameDictionary<StringSequence2,
ObjectSequence2
, TAggregator>? Label2;
229
case FixedSizeLabelNameDictionary<StringSequence2,
ObjectSequence2
, TAggregator> val2:
273
Interlocked.CompareExchange(ref Label2, new FixedSizeLabelNameDictionary<StringSequence2,
ObjectSequence2
, TAggregator>(), null);
363
ConcurrentDictionary<
ObjectSequence2
, TAggregator> valuesDict2 =
364
aggregatorStore.GetLabelValuesDictionary<StringSequence2,
ObjectSequence2
>(names2);
365
LabelInstructionInterpreter<
ObjectSequence2
, TAggregator> interpreter2 =
366
new LabelInstructionInterpreter<
ObjectSequence2
, TAggregator>(
System\Diagnostics\Metrics\ObjectSequence.cs (3)
32
internal partial struct ObjectSequence2 : IEquatable<
ObjectSequence2
>, IObjectSequence
43
public bool Equals(
ObjectSequence2
other)
52
return obj is
ObjectSequence2
os2 && Equals(os2);
System\Diagnostics\Metrics\ObjectSequence.netcore.cs (1)
22
internal partial struct ObjectSequence2 : IEquatable<
ObjectSequence2
>, IObjectSequence