2 writes to Name
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
374
Name
= other.Name;
455
Name
= input.ReadString();
10 references to Name
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
259
if (
Name
!= other.
Name
) return false;
271
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
321
if (
Name
.Length != 0) {
323
output.WriteString(
Name
);
348
if (
Name
.Length != 0) {
349
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
373
if (other.
Name
.Length != 0) {
374
Name = other.
Name
;