3 writes to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1724Int32Value = other.Int32Value; 2045Int32Value = other.Int32Value; 2186Int32Value = value;
8 references to Int32Value
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
1724Int32Value = other.Int32Value; 1883if (Int32Value != other.Int32Value) return false; 1899if (int32Value_ != null) hash ^= Int32Value.GetHashCode(); 1966_single_int32Value_codec.WriteTagAndValue(ref output, Int32Value); 2003size += _single_int32Value_codec.CalculateSizeWithTag(Int32Value); 2044if (int32Value_ == null || other.Int32Value != 0) { 2045Int32Value = other.Int32Value;