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