4 writes to UnwrapSequences
System.Data.Linq (4)
SqlClient\Query\TypeSource.cs (4)
112
this.
UnwrapSequences
= new UnwrapStack(this.UnwrapSequences, true);
114
this.
UnwrapSequences
= this.UnwrapSequences.Last;
119
this.
UnwrapSequences
= new UnwrapStack(this.UnwrapSequences, false);
121
this.
UnwrapSequences
= this.UnwrapSequences.Last;
7 references to UnwrapSequences
System.Data.Linq (7)
SqlClient\Query\TypeSource.cs (7)
41
UnwrapStack unwrap = this.
UnwrapSequences
;
112
this.UnwrapSequences = new UnwrapStack(this.
UnwrapSequences
, true);
114
this.UnwrapSequences = this.
UnwrapSequences
.Last;
118
if (this.
UnwrapSequences
!= null && this.
UnwrapSequences
.Unwrap) {
119
this.UnwrapSequences = new UnwrapStack(this.
UnwrapSequences
, false);
121
this.UnwrapSequences = this.
UnwrapSequences
.Last;