2 writes to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (2)
542ParameterOne = other.ParameterOne; 606ParameterOne = input.ReadInt64();
10 references to ParameterOne
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net9.0\Proto\Parameters.cs (10)
432if (ParameterOne != other.ParameterOne) return false; 443if (ParameterOne != 0L) hash ^= ParameterOne.GetHashCode(); 491if (ParameterOne != 0L) { 493output.WriteInt64(ParameterOne); 517if (ParameterOne != 0L) { 518size += 1 + pb::CodedOutputStream.ComputeInt64Size(ParameterOne); 541if (other.ParameterOne != 0L) { 542ParameterOne = other.ParameterOne;