3 writes to Int32Value
Sandbox (3)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (3)
1745
Int32Value
= other.Int32Value;
2066
Int32Value
= other.Int32Value;
2207
Int32Value
= value;
8 references to Int32Value
Sandbox (8)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (8)
1745
Int32Value = other.
Int32Value
;
1904
if (
Int32Value
!= other.
Int32Value
) return false;
1920
if (int32Value_ != null) hash ^=
Int32Value
.GetHashCode();
1987
_single_int32Value_codec.WriteTagAndValue(ref output,
Int32Value
);
2024
size += _single_int32Value_codec.CalculateSizeWithTag(
Int32Value
);
2065
if (int32Value_ == null || other.
Int32Value
!= 0) {
2066
Int32Value = other.
Int32Value
;