2 writes to SingleSfixed32
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1292
SingleSfixed32
= other.SingleSfixed32;
1455
SingleSfixed32
= input.ReadSFixed32();
9 references to SingleSfixed32
Sandbox (9)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (9)
997
if (
SingleSfixed32
!= other.
SingleSfixed32
) return false;
1021
if (
SingleSfixed32
!= 0) hash ^=
SingleSfixed32
.GetHashCode();
1158
if (
SingleSfixed32
!= 0) {
1160
output.WriteSFixed32(
SingleSfixed32
);
1228
if (
SingleSfixed32
!= 0) {
1291
if (other.
SingleSfixed32
!= 0) {
1292
SingleSfixed32 = other.
SingleSfixed32
;