1 write to _ex
Microsoft.ML.Core (1)
Utilities\OrderedWaiter.cs (1)
145_ex = ex;
7 references to _ex
Microsoft.ML.Core (7)
Utilities\OrderedWaiter.cs (7)
78if (_ex != null) 79throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception"); 86if (_ex != null) 87throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception"); 94if (_ex != null) 95throw Contracts.Except(_ex, "Event we were waiting on was subject to an exception"); 144if (_ex == null)