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