2 writes to Flags
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
5458
Flags
= other.Flags;
5551
Flags
= input.ReadUInt32();
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
5317
if (
Flags
!= other.
Flags
) return false;
5331
if (
Flags
!= 0) hash ^=
Flags
.GetHashCode();
5400
if (
Flags
!= 0) {
5402
output.WriteUInt32(
Flags
);
5428
if (
Flags
!= 0) {
5429
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
Flags
);
5457
if (other.
Flags
!= 0) {
5458
Flags = other.
Flags
;