3 writes to Temperature
SocialWeather (3)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
29Temperature = weatherReport.Temperature,
Protobuf\WeatherReport.cs (2)
264Temperature = other.Temperature; 322Temperature = input.ReadInt32();
11 references to Temperature
SocialWeather (11)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
17Temperature = protoWeatherReport.Temperature,
Protobuf\WeatherReport.cs (10)
154if (Temperature != other.Temperature) return false; 165if (Temperature != 0) hash ^= Temperature.GetHashCode(); 213if (Temperature != 0) { 215output.WriteInt32(Temperature); 239if (Temperature != 0) { 240size += 1 + pb::CodedOutputStream.ComputeInt32Size(Temperature); 263if (other.Temperature != 0) { 264Temperature = other.Temperature;