2 instantiations of UnwrapStack
System.Data.Linq (2)
SqlClient\Query\TypeSource.cs (2)
112
this.UnwrapSequences = new
UnwrapStack
(this.UnwrapSequences, true);
119
this.UnwrapSequences = new
UnwrapStack
(this.UnwrapSequences, false);
4 references to UnwrapStack
System.Data.Linq (4)
SqlClient\Query\TypeSource.cs (4)
23
public UnwrapStack(
UnwrapStack
last, bool unwrap) {
27
public
UnwrapStack
Last { get; private set; }
30
UnwrapStack
UnwrapSequences;
41
UnwrapStack
unwrap = this.UnwrapSequences;