10 references to WeatherKind
SocialWeather (10)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
31Weather = (Protobuf.WeatherReport.Types.WeatherKind)(int)weatherReport.Weather,
Protobuf\WeatherReport.cs (9)
37new pbr::GeneratedClrTypeInfo(typeof(global::SocialWeather.Protobuf.WeatherReport), global::SocialWeather.Protobuf.WeatherReport.Parser, new[]{ "Temperature", "ReportTime", "Weather", "ZipCode" }, null, new[]{ typeof(global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind) }, null, null) 117private global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind weather_ = global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny; 120public global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind Weather { 167if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) hash ^= Weather.GetHashCode(); 221if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 245if (Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 269if (other.Weather != global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind.Sunny) { 330Weather = (global::SocialWeather.Protobuf.WeatherReport.Types.WeatherKind) input.ReadEnum();