2 writes to _udtAssemblyQualifiedName
System.Data (2)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (2)
402_udtAssemblyQualifiedName = udtAssemblyQualifiedName; 589_udtAssemblyQualifiedName = _clrType.AssemblyQualifiedName;
6 references to _udtAssemblyQualifiedName
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (6)
550if (null == _clrType && SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) { 551_clrType = Type.GetType(_udtAssemblyQualifiedName, true); 561if (null == _clrType && SqlDbType.Udt == _databaseType && _udtAssemblyQualifiedName != null) { 562_clrType = Type.GetType(_udtAssemblyQualifiedName, false); 588if (_udtAssemblyQualifiedName == null && _clrType != null) { 591result = _udtAssemblyQualifiedName;