9 references to ResultType
System.Data.Linq (9)
SqlClient\SqlProvider.cs (9)
824factory = this.GetReaderFactory(qi.Query, qi.ResultType); 828factory = this.GetReaderFactory(qi.Query, TypeSystem.GetElementType(qi.ResultType)); 906factory = this.GetReaderFactory(qi.Query, qi.ResultType); 910factory = this.GetReaderFactory(qi.Query, TypeSystem.GetElementType(qi.ResultType)); 1053typeof(OneTimeEnumerable<>).MakeGenericType(queryInfo.ResultType), 1105typeof(OneTimeEnumerable<>).MakeGenericType(TypeSystem.GetElementType(queryInfo.ResultType)), 1109if (typeof(IQueryable).IsAssignableFrom(queryInfo.ResultType)) { 1116typeof(SingleResult<>).MakeGenericType(TypeSystem.GetElementType(queryInfo.ResultType)), 1772this.queryInfo.ResultType