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