3 writes to ZipCode
SocialWeather (3)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
32ZipCode = weatherReport.ZipCode
Protobuf\WeatherReport.cs (2)
273ZipCode = other.ZipCode; 334ZipCode = input.ReadString();
11 references to ZipCode
SocialWeather (11)
Protobuf\ProtobufWeatherStreamFormatter.cs (1)
20ZipCode = protoWeatherReport.ZipCode
Protobuf\WeatherReport.cs (10)
157if (ZipCode != other.ZipCode) return false; 168if (ZipCode.Length != 0) hash ^= ZipCode.GetHashCode(); 225if (ZipCode.Length != 0) { 227output.WriteString(ZipCode); 248if (ZipCode.Length != 0) { 249size += 1 + pb::CodedOutputStream.ComputeStringSize(ZipCode); 272if (other.ZipCode.Length != 0) { 273ZipCode = other.ZipCode;