2 writes to ReportTime
SocialWeather (2)
Pipe\PipeWeatherStreamFormatter.cs (1)
44ReportTime = reportTime,
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
18ReportTime = protoWeatherReport.ReportTime,
2 references to ReportTime
SocialWeather (2)
Pipe\PipeWeatherStreamFormatter.cs (1)
53var line = $"{report.Temperature}|{report.ReportTime}|{(int)report.Weather}|{report.ZipCode ?? string.Empty}";
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
30ReportTime = weatherReport.ReportTime,