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