5 writes to _clrType
System.Data (5)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (5)
395
_clrType
= userDefinedType;
551
_clrType
= Type.GetType(_udtAssemblyQualifiedName, true);
562
_clrType
= Type.GetType(_udtAssemblyQualifiedName, false);
646
_clrType
= null;
746
_clrType
= null;
6 references to _clrType
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (6)
550
if (null ==
_clrType
&& SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) {
553
return
_clrType
;
561
if (null ==
_clrType
&& SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) {
564
return
_clrType
;
588
if (_udtAssemblyQualifiedName == null &&
_clrType
!= null) {
589
_udtAssemblyQualifiedName =
_clrType
.AssemblyQualifiedName;