6 references to Weather
SocialWeather (6)
Pipe\PipeWeatherStreamFormatter.cs (4)
23var weather = (Weather)(-1); 31if (tokens.Length < 2 || !Enum.TryParse<Weather>(tokens[1], out weather)) 33weather = (Weather)(-1);
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
19Weather = (Weather)(int)protoWeatherReport.Weather,
WeatherReport.cs (1)
18public Weather Weather { get; set; }