12 references to ObjectSequence1
System.Diagnostics.DiagnosticSource (12)
System\Diagnostics\Metrics\AggregatorStore.cs (8)
102
case FixedSizeLabelNameDictionary<StringSequence1,
ObjectSequence1
, TAggregator> aggs1:
207
private FixedSizeLabelNameDictionary<StringSequence1,
ObjectSequence1
, TAggregator>? Label1;
225
case FixedSizeLabelNameDictionary<StringSequence1,
ObjectSequence1
, TAggregator> val1:
266
Interlocked.CompareExchange(ref Label1, new FixedSizeLabelNameDictionary<StringSequence1,
ObjectSequence1
, TAggregator>(), null);
354
ConcurrentDictionary<
ObjectSequence1
, TAggregator> valuesDict1 =
355
aggregatorStore.GetLabelValuesDictionary<StringSequence1,
ObjectSequence1
>(names1);
356
LabelInstructionInterpreter<
ObjectSequence1
, TAggregator> interpreter1 =
357
new LabelInstructionInterpreter<
ObjectSequence1
, TAggregator>(
System\Diagnostics\Metrics\ObjectSequence.cs (3)
9
internal partial struct ObjectSequence1 : IEquatable<
ObjectSequence1
>, IObjectSequence
20
public bool Equals(
ObjectSequence1
other)
28
return obj is
ObjectSequence1
os1 && Equals(os1);
System\Diagnostics\Metrics\ObjectSequence.netcore.cs (1)
14
internal partial struct ObjectSequence1 : IEquatable<
ObjectSequence1
>, IObjectSequence