1 write to _tryParseDelegates
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
112_tryParseDelegates = new Dictionary<Type, Delegate>();
3 references to _tryParseDelegates
Microsoft.ML.Data (3)
Data\Conversion.cs (3)
360_tryParseDelegates.Add(typeof(T), fn); 548Contracts.Assert(_tryParseDelegates.ContainsKey(typeDst.RawType)); 549return (TryParseMapper<TDst>)_tryParseDelegates[typeDst.RawType];