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