3 writes to Flags
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3268Flags = other.Flags; 3370Flags = input.ReadUInt32();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
534dataPoint.Flags = json.Flags;
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3131if (Flags != other.Flags) return false; 3146if (Flags != 0) hash ^= Flags.GetHashCode(); 3216if (Flags != 0) { 3218output.WriteUInt32(Flags); 3244if (Flags != 0) { 3245size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Flags); 3267if (other.Flags != 0) { 3268Flags = other.Flags;