2 writes to Flags
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3179Flags = other.Flags; 3281Flags = input.ReadUInt32();
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3042if (Flags != other.Flags) return false; 3057if (Flags != 0) hash ^= Flags.GetHashCode(); 3127if (Flags != 0) { 3129output.WriteUInt32(Flags); 3155if (Flags != 0) { 3156size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Flags); 3178if (other.Flags != 0) { 3179Flags = other.Flags;