2 writes to transparentScope
System.Data.Services.Client (2)
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (2)
111
set { this.
transparentScope
= value; }
225
rse.
transparentScope
= this.transparentScope;
3 references to transparentScope
System.Data.Services.Client (3)
System\Data\Services\Client\ALinq\ResourceSetExpression.cs (3)
101
get { return this.
transparentScope
!= null; }
110
get { return this.
transparentScope
; }
225
rse.transparentScope = this.
transparentScope
;