4 references to BindingPropertyKindComplex
System.Data.Services.Client (4)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (2)
306bpi = new BindingPropertyInfo { PropertyKind = BindingPropertyKind.BindingPropertyKindComplex }; 314if (bindingEntityInfo.ClientType.IsEntityType || bpi.PropertyKind == BindingPropertyKind.BindingPropertyKindComplex)
System\Data\Services\Client\Binding\BindingGraph.cs (1)
484Debug.Assert(bpi.PropertyKind == BindingPropertyKind.BindingPropertyKindComplex, "Must be complex type if PropertyKind is not entity or collection.");
System\Data\Services\Client\Binding\BindingObserver.cs (1)
242Debug.Assert(bpi.PropertyKind == BindingPropertyKind.BindingPropertyKindComplex, "Must be complex type if PropertyKind is not entity or collection.");