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