1 write to _hasNADelegates
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
108_hasNADelegates = new Dictionary<Type, Delegate>();
2 references to _hasNADelegates
Microsoft.ML.Data (2)
Data\Conversion.cs (2)
345_hasNADelegates.Add(typeof(T), fn); 694else if (!t.IsStandardScalar() || !_hasNADelegates.TryGetValue(t.RawType, out del))