3 writes to Flags
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4682
Flags
= other.Flags;
4837
Flags
= input.ReadUInt32();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
636
dataPoint.
Flags
= json.Flags;
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
4436
if (
Flags
!= other.
Flags
) return false;
4457
if (
Flags
!= 0) hash ^=
Flags
.GetHashCode();
4573
if (
Flags
!= 0) {
4575
output.WriteUInt32(
Flags
);
4625
if (
Flags
!= 0) {
4626
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
Flags
);
4681
if (other.
Flags
!= 0) {
4682
Flags = other.
Flags
;