2 writes to ParameterInt
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
265ParameterInt = other.ParameterInt; 309ParameterInt = input.ReadInt64();
10 references to ParameterInt
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
181if (ParameterInt != other.ParameterInt) return false; 190if (ParameterInt != 0L) hash ^= ParameterInt.GetHashCode(); 228if (ParameterInt != 0L) { 230output.WriteInt64(ParameterInt); 246if (ParameterInt != 0L) { 247size += 1 + pb::CodedOutputStream.ComputeInt64Size(ParameterInt); 264if (other.ParameterInt != 0L) { 265ParameterInt = other.ParameterInt;