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)
78
if (
_ex
!= null)
79
throw Contracts.Except(
_ex
, "Event we were waiting on was subject to an exception");
86
if (
_ex
!= null)
87
throw Contracts.Except(
_ex
, "Event we were waiting on was subject to an exception");
94
if (
_ex
!= null)
95
throw Contracts.Except(
_ex
, "Event we were waiting on was subject to an exception");
144
if (
_ex
== null)