2 writes to Flags
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3805Flags = other.Flags; 3932Flags = input.ReadUInt32();
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3628if (Flags != other.Flags) return false; 3646if (Flags != 0) hash ^= Flags.GetHashCode(); 3729if (Flags != 0) { 3731output.WriteUInt32(Flags); 3767if (Flags != 0) { 3768size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Flags); 3804if (other.Flags != 0) { 3805Flags = other.Flags;