1 write to _pipeConstructorTypes
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
387Interlocked.CompareExchange(ref _pipeConstructorTypes, new Type[] { typeof(int), typeof(Delegate) }, null);
2 references to _pipeConstructorTypes
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
386if (_pipeConstructorTypes == null) 388var constructor = pipeType.GetConstructor(_pipeConstructorTypes);