2 writes to Flags
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
4586Flags = other.Flags; 4741Flags = input.ReadUInt32();
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
4340if (Flags != other.Flags) return false; 4361if (Flags != 0) hash ^= Flags.GetHashCode(); 4477if (Flags != 0) { 4479output.WriteUInt32(Flags); 4529if (Flags != 0) { 4530size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Flags); 4585if (other.Flags != 0) { 4586Flags = other.Flags;