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