1 write to _retryCount
System.Runtime.Remoting (1)
channels\tcp\tcpclientchannel.cs (1)
615
case RetryCountKey:
_retryCount
= Convert.ToInt32(value, CultureInfo.InvariantCulture); break;
2 references to _retryCount
System.Runtime.Remoting (2)
channels\tcp\tcpclientchannel.cs (2)
484
for(int count = 0; (count <
_retryCount
) && (bCanSeek && sendException); count++)
569
case RetryCountKey: return
_retryCount
;