2 writes to Result
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (2)
414Result = other.Result; 451Result = input.ReadInt32();
10 references to Result
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Counter.cs (10)
343if (Result != other.Result) return false; 351if (Result != 0) hash ^= Result.GetHashCode(); 384if (Result != 0) { 386output.WriteInt32(Result); 398if (Result != 0) { 399size += 1 + pb::CodedOutputStream.ComputeInt32Size(Result); 413if (other.Result != 0) { 414Result = other.Result;