1 write to TransparentScope
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
719
sourceResourceSet.
TransparentScope
= transparentScope;
4 references to TransparentScope
System.Data.Services.Client (4)
System\Data\Services\Client\ALinq\InputBinder.cs (2)
154
if (currentProp.Name.Equals(targetSet.
TransparentScope
.Accessor, StringComparison.Ordinal))
164
if (!targetSet.
TransparentScope
.SourceAccessors.TryGetValue(currentProp.Name, out source))
System\Data\Services\Client\ALinq\ResourceBinder.cs (2)
1639
if (rse == null || rse.
TransparentScope
== null)
1656
return paramRef == expectedTarget && refPath.Count == 1 && refPath[0] == rse.
TransparentScope
.Accessor;