3 writes to ReportTime
SocialWeather (3)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
30
ReportTime
= weatherReport.ReportTime,
Protobuf\WeatherReport.cs (2)
267
ReportTime
= other.ReportTime;
326
ReportTime
= input.ReadInt64();
11 references to ReportTime
SocialWeather (11)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
18
ReportTime = protoWeatherReport.
ReportTime
,
Protobuf\WeatherReport.cs (10)
155
if (
ReportTime
!= other.
ReportTime
) return false;
166
if (
ReportTime
!= 0L) hash ^=
ReportTime
.GetHashCode();
217
if (
ReportTime
!= 0L) {
219
output.WriteInt64(
ReportTime
);
242
if (
ReportTime
!= 0L) {
243
size += 1 + pb::CodedOutputStream.ComputeInt64Size(
ReportTime
);
266
if (other.
ReportTime
!= 0L) {
267
ReportTime = other.
ReportTime
;