2 writes to IsReconnect
Aspire.Hosting (2)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
6101IsReconnect = other.IsReconnect; 6146IsReconnect = input.ReadBool();
5 references to IsReconnect
Aspire.Hosting (5)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (5)
6030if (IsReconnect != other.IsReconnect) return false; 6038if (HasIsReconnect) hash ^= IsReconnect.GetHashCode(); 6073output.WriteBool(IsReconnect); 6101IsReconnect = other.IsReconnect;