2 writes to Message
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
2458Message = other.Message; 2507Message = input.ReadString();
10 references to Message
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
2369if (Message != other.Message) return false; 2379if (Message.Length != 0) hash ^= Message.GetHashCode(); 2419if (Message.Length != 0) { 2421output.WriteString(Message); 2438if (Message.Length != 0) { 2439size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); 2457if (other.Message.Length != 0) { 2458Message = other.Message;