2 writes to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1329NestedParameterThree = other.NestedParameterThree; 1388NestedParameterThree = input.ReadInt64();
10 references to NestedParameterThree
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1223if (NestedParameterThree != other.NestedParameterThree) return false; 1234if (NestedParameterThree != 0L) hash ^= NestedParameterThree.GetHashCode(); 1285if (NestedParameterThree != 0L) { 1287output.WriteInt64(NestedParameterThree); 1306if (NestedParameterThree != 0L) { 1307size += 1 + pb::CodedOutputStream.ComputeInt64Size(NestedParameterThree); 1328if (other.NestedParameterThree != 0L) { 1329NestedParameterThree = other.NestedParameterThree;