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)
550if (null == _clrType && SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) { 553return _clrType; 561if (null == _clrType && SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) { 564return _clrType; 588if (_udtAssemblyQualifiedName == null && _clrType != null) { 589_udtAssemblyQualifiedName = _clrType.AssemblyQualifiedName;