1 write to _instance
Microsoft.ML.Data (1)
Data\Combiner.cs (1)
76
Interlocked.CompareExchange(ref
_instance
, new R4Adder(), null);
2 references to _instance
Microsoft.ML.Data (2)
Data\Combiner.cs (2)
75
if (
_instance
== null)
77
return
_instance
;