2 writes to Message
Stress.TelemetryService (2)
artifacts\obj\Stress.TelemetryService\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
2556Message = other.Message; 2608Message = input.ReadString();
10 references to Message
Stress.TelemetryService (10)
artifacts\obj\Stress.TelemetryService\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;