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