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