3 writes to SourcePath
System.Data.Services (3)
System\Data\Services\Epm\EpmHelper.cs (2)
163
SourcePath
= epmSourcePath,
190
SourcePath
= epmSourcePath,
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
2128
propertyInformation.
SourcePath
= resourceProperty.Name + "/" + propertyInformation.SourcePath;
7 references to SourcePath
System.Data.Services (7)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (7)
2102
propertyInformation.
SourcePath
);
2105
throw new InvalidOperationException(Strings.ObjectContext_UnknownPropertyNameInEpmAttributes(propertyInformation.
SourcePath
, baseResourceType.Name));
2128
propertyInformation.SourcePath = resourceProperty.Name + "/" + propertyInformation.
SourcePath
;
2131
propertyInformation.
SourcePath
);
2165
propertyInformation.
SourcePath
,
2179
propertyInformation.
SourcePath
,
2191
propertyInformation.
SourcePath
,