2 writes to Flags
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5360Flags = other.Flags; 5453Flags = input.ReadUInt32();
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5219if (Flags != other.Flags) return false; 5233if (Flags != 0) hash ^= Flags.GetHashCode(); 5302if (Flags != 0) { 5304output.WriteUInt32(Flags); 5330if (Flags != 0) { 5331size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Flags); 5359if (other.Flags != 0) { 5360Flags = other.Flags;