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