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