4 writes to IsComplex
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (4)
369new EdmInfo { IsComplex = false, Member = null }, 381new EdmInfo { IsComplex = redefinedProperty.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.ComplexType, Member = redefinedProperty }, 406new EdmInfo { IsComplex = false, Member = null }, 419new EdmInfo { IsComplex = entityPropertyCurrent.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.ComplexType, Member = entityPropertyCurrent },
2 references to IsComplex
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (2)
438if (entityProperty.IsComplex) 455if (entityProperty.IsComplex)