2 writes to Weather
SocialWeather (2)
Pipe\PipeWeatherStreamFormatter.cs (1)
45Weather = weather,
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
19Weather = (Weather)(int)protoWeatherReport.Weather,
2 references to Weather
SocialWeather (2)
Pipe\PipeWeatherStreamFormatter.cs (1)
53var line = $"{report.Temperature}|{report.ReportTime}|{(int)report.Weather}|{report.ZipCode ?? string.Empty}";
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
31Weather = (Protobuf.WeatherReport.Types.WeatherKind)(int)weatherReport.Weather,