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