4 writes to IsComplex
System.Data.Services.Design (4)
System\Data\EntityModel\Emitters\AttributeEmitter.cs (4)
369
new EdmInfo {
IsComplex
= false, Member = null },
381
new EdmInfo {
IsComplex
= redefinedProperty.TypeUsage.EdmType.BuiltInTypeKind == BuiltInTypeKind.ComplexType, Member = redefinedProperty },
406
new EdmInfo {
IsComplex
= false, Member = null },
419
new 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)
438
if (entityProperty.
IsComplex
)
455
if (entityProperty.
IsComplex
)