10 references to Types
SocialWeather (10)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
31
Weather = (Protobuf.WeatherReport.
Types
.WeatherKind)(int)weatherReport.Weather,
Protobuf\WeatherReport.cs (9)
37
new 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)
117
private global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind weather_ = global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind.Sunny;
120
public global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind Weather {
167
if (Weather != global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind.Sunny) hash ^= Weather.GetHashCode();
221
if (Weather != global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind.Sunny) {
245
if (Weather != global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind.Sunny) {
269
if (other.Weather != global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind.Sunny) {
330
Weather = (global::SocialWeather.Protobuf.WeatherReport.
Types
.WeatherKind) input.ReadEnum();