1 override of GetClosestRuntimeType
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
437
internal override Type
GetClosestRuntimeType
() {
4 references to GetClosestRuntimeType
System.Data.Linq (4)
SqlClient\Common\SqlFactory.cs (1)
411
clrType = resultType.
GetClosestRuntimeType
();
SqlClient\Query\QueryConverter.cs (1)
2523
if (!IsLegalIdentityType(sqlType.
GetClosestRuntimeType
())) {
SqlClient\Query\SqlMethodTransformer.cs (1)
40
Type clrType = resultFunctionCall.SqlType.
GetClosestRuntimeType
();
SqlClient\Reader\ObjectReaderCompiler.cs (1)
1841
Type rType = pType.
GetClosestRuntimeType
();