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