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