1 write to size
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
221this.size = size;
9 references to size
System.Data.Linq (9)
SqlClient\SqlTypeSystemProvider.cs (9)
412return (this.size == LargeTypeSizeIndicator); 489sb.Append(size); 497if ((size.HasValue && size != 0) && (formatFlags & QueryFormatOptions.SuppressSize) == 0) { 499if (size == LargeTypeSizeIndicator) { 503sb.Append(size); 528return this.size.HasValue || this.IsLargeType; 534return this.size; 697return hash ^ this.sqlDbType.GetHashCode() ^ (this.size ?? 0) ^ (this.precision) ^ (this.scale << 8);