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