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