2 writes to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
550ParameterThree = other.ParameterThree; 616ParameterThree = input.ReadInt64();
10 references to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
436if (ParameterThree != other.ParameterThree) return false; 447if (ParameterThree != 0L) hash ^= ParameterThree.GetHashCode(); 501if (ParameterThree != 0L) { 503output.WriteInt64(ParameterThree); 525if (ParameterThree != 0L) { 526size += 1 + pb::CodedOutputStream.ComputeInt64Size(ParameterThree); 549if (other.ParameterThree != 0L) { 550ParameterThree = other.ParameterThree;