3 references to __canAccessSetterDirectly
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (3)
2765
Debug.Assert( ExtendedClrTypeCode.First == 0 && (int)ExtendedClrTypeCode.Last ==
__canAccessSetterDirectly
.GetLength(0) - 1, "ExtendedClrTypeCodes does not match with __canAccessSetterDirectly" );
2766
Debug.Assert( SqlDbType.BigInt == 0 && (int)SqlDbType.DateTimeOffset ==
__canAccessSetterDirectly
.GetLength(1) - 1, "SqlDbType does not match with __canAccessSetterDirectly" );
2770
bool returnValue =
__canAccessSetterDirectly
[(int)setterTypeCode, (int)metaData.SqlDbType];