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)
438if (labels.Length != _expectedLabelCount) 446values = (TObjectSequence)(object)new ObjectSequenceMany(new object[_expectedLabelCount]);