2 references to PropertyName
System.Data.Services.Client (2)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (1)
81
foundProperty = activeSubProperties.SingleOrDefault(e => e.
PropertyName
== propertyName);
System\Data\Services\Client\DataServiceContext.cs (1)
3312
EpmSourcePathSegment matchedSegment = currentSegment != null ? currentSegment.SubProperties.SingleOrDefault(s => s.
PropertyName
== property.PropertyName) : null;