3 writes to Flags
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3900
Flags
= other.Flags;
4027
Flags
= input.ReadUInt32();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
585
dataPoint.
Flags
= json.Flags;
10 references to Flags
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
3723
if (
Flags
!= other.
Flags
) return false;
3741
if (
Flags
!= 0) hash ^=
Flags
.GetHashCode();
3824
if (
Flags
!= 0) {
3826
output.WriteUInt32(
Flags
);
3862
if (
Flags
!= 0) {
3863
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(
Flags
);
3899
if (other.
Flags
!= 0) {
3900
Flags = other.
Flags
;