1 write to _hasZeroDelegates
Microsoft.ML.Data (1)
Data\Conversion.cs (1)
110_hasZeroDelegates = new Dictionary<Type, Delegate>();
3 references to _hasZeroDelegates
Microsoft.ML.Data (3)
Data\Conversion.cs (3)
355_hasZeroDelegates.Add(typeof(T), fn); 691Contracts.Assert(_hasZeroDelegates.ContainsKey(t.RawType)); 692del = _hasZeroDelegates[t.RawType];