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