2 writes to Value1
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (2)
213
Value1
= other.Value1;
257
Value1
= input.ReadInt32();
10 references to Value1
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (10)
129
if (
Value1
!= other.
Value1
) return false;
138
if (
Value1
!= 0) hash ^=
Value1
.GetHashCode();
176
if (
Value1
!= 0) {
178
output.WriteInt32(
Value1
);
194
if (
Value1
!= 0) {
195
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
Value1
);
212
if (other.
Value1
!= 0) {
213
Value1 = other.
Value1
;