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