3 writes to Weather
SocialWeather (3)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
31
Weather
= (Protobuf.WeatherReport.Types.WeatherKind)(int)weatherReport.Weather,
Protobuf\WeatherReport.cs (2)
270
Weather
= other.Weather;
330
Weather
= (global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind) input.ReadEnum();
11 references to Weather
SocialWeather (11)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
19
Weather = (Weather)(int)protoWeatherReport.
Weather
,
Protobuf\WeatherReport.cs (10)
156
if (
Weather
!= other.
Weather
) return false;
167
if (
Weather
!= global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) hash ^=
Weather
.GetHashCode();
221
if (
Weather
!= global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) {
223
output.WriteEnum((int)
Weather
);
245
if (
Weather
!= global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) {
246
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int)
Weather
);
269
if (other.
Weather
!= global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) {
270
Weather = other.
Weather
;