2 writes to SingleFixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1268SingleFixed64 = other.SingleFixed64; 1430SingleFixed64 = input.ReadFixed64();
9 references to SingleFixed64
Microsoft.AspNetCore.Grpc.Swagger.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (9)
975if (SingleFixed64 != other.SingleFixed64) return false; 999if (SingleFixed64 != 0UL) hash ^= SingleFixed64.GetHashCode(); 1133if (SingleFixed64 != 0UL) { 1135output.WriteFixed64(SingleFixed64); 1204if (SingleFixed64 != 0UL) { 1267if (other.SingleFixed64 != 0UL) { 1268SingleFixed64 = other.SingleFixed64;