3 writes to DoubleValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1727DoubleValue = other.DoubleValue; 2060DoubleValue = other.DoubleValue; 2207DoubleValue = value;
8 references to DoubleValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1727DoubleValue = other.DoubleValue; 1886if (!pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.Equals(DoubleValue, other.DoubleValue)) return false; 1902if (doubleValue_ != null) hash ^= pbc::ProtobufEqualityComparers.BitwiseNullableDoubleEqualityComparer.GetHashCode(DoubleValue); 1975_single_doubleValue_codec.WriteTagAndValue(ref output, DoubleValue); 2012size += _single_doubleValue_codec.CalculateSizeWithTag(DoubleValue); 2059if (doubleValue_ == null || other.DoubleValue != 0D) { 2060DoubleValue = other.DoubleValue;