3 writes to BoolValue
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1749BoolValue = other.BoolValue; 2086BoolValue = other.BoolValue; 2235BoolValue = value;
8 references to BoolValue
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1749BoolValue = other.BoolValue; 1908if (BoolValue != other.BoolValue) return false; 1924if (boolValue_ != null) hash ^= BoolValue.GetHashCode(); 1999_single_boolValue_codec.WriteTagAndValue(ref output, BoolValue); 2036size += _single_boolValue_codec.CalculateSizeWithTag(BoolValue); 2085if (boolValue_ == null || other.BoolValue != false) { 2086BoolValue = other.BoolValue;