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