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