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