2 writes to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
544ParameterOne = other.ParameterOne; 608ParameterOne = input.ReadInt64();
10 references to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
434if (ParameterOne != other.ParameterOne) return false; 445if (ParameterOne != 0L) hash ^= ParameterOne.GetHashCode(); 493if (ParameterOne != 0L) { 495output.WriteInt64(ParameterOne); 519if (ParameterOne != 0L) { 520size += 1 + pb::CodedOutputStream.ComputeInt64Size(ParameterOne); 543if (other.ParameterOne != 0L) { 544ParameterOne = other.ParameterOne;