2 writes to MaxReconnectBackoffMs
InteropClient (2)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (2)
2978
MaxReconnectBackoffMs
= other.MaxReconnectBackoffMs;
3015
MaxReconnectBackoffMs
= input.ReadInt32();
10 references to MaxReconnectBackoffMs
InteropClient (10)
artifacts\obj\InteropClient\Release\net10.0\Messages.cs (10)
2907
if (
MaxReconnectBackoffMs
!= other.
MaxReconnectBackoffMs
) return false;
2915
if (
MaxReconnectBackoffMs
!= 0) hash ^=
MaxReconnectBackoffMs
.GetHashCode();
2948
if (
MaxReconnectBackoffMs
!= 0) {
2950
output.WriteInt32(
MaxReconnectBackoffMs
);
2962
if (
MaxReconnectBackoffMs
!= 0) {
2963
size += 1 + pb::CodedOutputStream.ComputeInt32Size(
MaxReconnectBackoffMs
);
2977
if (other.
MaxReconnectBackoffMs
!= 0) {
2978
MaxReconnectBackoffMs = other.
MaxReconnectBackoffMs
;