2 writes to Value2
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (2)
216
Value2
= other.Value2;
261
Value2
= input.ReadInt32();
10 references to Value2
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (10)
130
if (
Value2
!= other.
Value2
) return false;
139
if (
Value2
!= 0) hash ^=
Value2
.GetHashCode();
180
if (
Value2
!= 0) {
182
output.WriteInt32(
Value2
);
197
if (
Value2
!= 0) {
198
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Value2
);
215
if (other.
Value2
!= 0) {
216
Value2 = other.
Value2
;