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