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