2 writes to Timestamp
Microsoft.AspNetCore.Grpc.Microbenchmarks (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (2)
414Timestamp = new global::Google.Protobuf.WellKnownTypes.Timestamp(); 465Timestamp = new global::Google.Protobuf.WellKnownTypes.Timestamp();
8 references to Timestamp
Microsoft.AspNetCore.Grpc.Microbenchmarks (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Microbenchmarks\Release\net11.0\Proto\Greet.cs (8)
327if (!object.Equals(Timestamp, other.Timestamp)) return false; 336if (timestamp_ != null) hash ^= Timestamp.GetHashCode(); 379output.WriteMessage(Timestamp); 395size += 1 + pb::CodedOutputStream.ComputeMessageSize(Timestamp); 416Timestamp.MergeFrom(other.Timestamp); 467input.ReadMessage(Timestamp);