1 write to DroppedAttributesCount
aspire (1)
OtlpCliJsonSerializerContext.OtlpInstrumentationScopeJson.g.cs (1)
119
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpInstrumentationScopeJson)obj).
DroppedAttributesCount
= value!,
2 references to DroppedAttributesCount
aspire (2)
OtlpCliJsonSerializerContext.OtlpInstrumentationScopeJson.g.cs (2)
118
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpInstrumentationScopeJson)obj).
DroppedAttributesCount
,
162
uint __value_DroppedAttributesCount = ((global::Aspire.Otlp.Serialization.OtlpInstrumentationScopeJson)value).
DroppedAttributesCount
;