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