3 writes to SourcePath
System.Data.Services.Design (3)
parent\Server\System\Data\Services\Epm\EpmHelper.cs (2)
163
SourcePath
= epmSourcePath,
190
SourcePath
= epmSourcePath,
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
398
propertyInformation.
SourcePath
= entityProperty.Name + "/" + propertyInformation.SourcePath;
9 references to SourcePath
System.Data.Services.Design (9)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (9)
362
EdmMember redefinedProperty = GetEntityPropertyFromEpmPath(entityType, propertyInformation.
SourcePath
);
365
if (IsOpenPropertyOnPath(entityType, propertyInformation.
SourcePath
))
374
throw new InvalidOperationException(Strings.ObjectContext_UnknownPropertyNameInEpmAttributesType(propertyInformation.
SourcePath
, entityType.Name));
397
String originalPath = propertyInformation.
SourcePath
;
398
propertyInformation.SourcePath = entityProperty.Name + "/" + propertyInformation.
SourcePath
;
399
entityPropertyCurrent = GetEntityPropertyFromEpmPath(entityType, propertyInformation.
SourcePath
);
445
propertyInformation.
SourcePath
,
459
propertyInformation.
SourcePath
,
471
propertyInformation.
SourcePath
,