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