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);
694
else if (!t.IsStandardScalar() || !
_hasNADelegates
.TryGetValue(t.RawType, out del))