1 write to runtimeOnlyType
System.Data.Linq (1)
SqlClient\SqlTypeSystemProvider.cs (1)
232this.runtimeOnlyType = type;
9 references to runtimeOnlyType
System.Data.Linq (9)
SqlClient\SqlTypeSystemProvider.cs (9)
270get { return runtimeOnlyType != null; } 438if (runtimeOnlyType != null) { 439return runtimeOnlyType; 452if (runtimeOnlyType != null) { 453return runtimeOnlyType.ToString(); 678this.runtimeOnlyType == that.runtimeOnlyType && 691if (this.runtimeOnlyType != null) { 692hash = this.runtimeOnlyType.GetHashCode();