2 writes to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
548ParameterThree = other.ParameterThree; 614ParameterThree = input.ReadInt64();
10 references to ParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
434if (ParameterThree != other.ParameterThree) return false; 445if (ParameterThree != 0L) hash ^= ParameterThree.GetHashCode(); 499if (ParameterThree != 0L) { 501output.WriteInt64(ParameterThree); 523if (ParameterThree != 0L) { 524size += 1 + pb::CodedOutputStream.ComputeInt64Size(ParameterThree); 547if (other.ParameterThree != 0L) { 548ParameterThree = other.ParameterThree;