1 write to _expectedLabelCount
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Metrics\AggregatorStore.cs (1)
424
_expectedLabelCount
= expectedLabelCount;
2 references to _expectedLabelCount
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\AggregatorStore.cs (2)
438
if (labels.Length !=
_expectedLabelCount
)
446
values = (TObjectSequence)(object)new ObjectSequenceMany(new object[
_expectedLabelCount
]);