2 writes to SingleBool
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1304SingleBool = other.SingleBool; 1471SingleBool = input.ReadBool();
9 references to SingleBool
Sandbox (9)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (9)
1001if (SingleBool != other.SingleBool) return false; 1025if (SingleBool != false) hash ^= SingleBool.GetHashCode(); 1174if (SingleBool != false) { 1176output.WriteBool(SingleBool); 1240if (SingleBool != false) { 1303if (other.SingleBool != false) { 1304SingleBool = other.SingleBool;