4 references to IsOpenPropertyOnPath
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (4)
238
return
IsOpenPropertyOnPath
(baseEntityType.BaseType as StructuralType, sourcePath);
250
return
IsOpenPropertyOnPath
(entityPropertyType, String.Join("/", propertyPath, 1, propertyPath.Length - 1));
365
if (
IsOpenPropertyOnPath
(entityType, propertyInformation.SourcePath))
402
if (
IsOpenPropertyOnPath
(entityProperty.TypeUsage.EdmType as StructuralType, originalPath))