1 write to _handler
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
239
return Interlocked.Exchange(ref
_handler
, handler);
1 reference to _handler
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
778
var handler =
_handler
;