2 writes to _exception
System.Runtime.Remoting (2)
channels\core\basicasyncresult.cs (2)
85_exception = exception; 99_exception = e;
2 references to _exception
System.Runtime.Remoting (2)
channels\core\basicasyncresult.cs (2)
80internal Exception Exception { get { return _exception; } } 98if (_exception == null)