3 writes to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (3)
1445Int32Value = other.Int32Value; 1615Int32Value = other.Int32Value; 1686Int32Value = value;
8 references to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (8)
1445Int32Value = other.Int32Value; 1512if (Int32Value != other.Int32Value) return false; 1522if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 1569_single_int32Value_codec.WriteTagAndValue(ref output, Int32Value); 1588size += _single_int32Value_codec.CalculateSizeWithTag(Int32Value); 1614if (int32Value_ == null || other.Int32Value != 0) { 1615Int32Value = other.Int32Value;