2 references to GetReaderMethod
System.Data.Entity (2)
System\Data\Common\Internal\Materialization\Shaper.cs (1)
838MethodInfo readerMethod = Translator.GetReaderMethod(typeof(T), out isNullable);
System\Data\Common\Internal\Materialization\Translator.cs (1)
2085MethodInfo readerMethod = GetReaderMethod(type, out needsNullableCheck);