2 writes to Message
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2556
Message
= other.Message;
2608
Message
= input.ReadString();
11 references to Message
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
2472
if (
Message
!= other.
Message
) return false;
2481
if (
Message
.Length != 0) hash ^=
Message
.GetHashCode();
2519
if (
Message
.Length != 0) {
2521
output.WriteString(
Message
);
2537
if (
Message
.Length != 0) {
2538
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Message
);
2555
if (other.
Message
.Length != 0) {
2556
Message = other.
Message
;
Otlp\Storage\TelemetryRepository.cs (1)
1196
StatusMessage = span.Status?.
Message
,