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