10 references to ComplexObject
System.Data.Entity (9)
System\Data\Objects\DataClasses\ComplexObject.cs (2)
128string entityMemberName, ComplexObject complexObject, string complexMemberName) 158string entityMemberName, ComplexObject complexObject, string complexMemberName)
System\Data\Objects\DataClasses\EntityObject.cs (2)
241string entityMemberName, ComplexObject complexObject, string complexMemberName) 264string entityMemberName, ComplexObject complexObject, string complexMemberName)
System\Data\Objects\DataClasses\StructuralObject.cs (5)
189protected internal T GetValidValue<T>(T currentValue, string property, bool isNullable, bool isInitialized) where T : ComplexObject, new() 215string entityMemberName, ComplexObject complexObject, string complexMemberName); 232string entityMemberName, ComplexObject complexObject, string complexMemberName); 1584protected internal T SetValidValue<T>(T oldValue, T newValue, string property) where T : ComplexObject 1612protected internal static TComplex VerifyComplexObjectIsNotNull<TComplex>(TComplex complexObject, string propertyName) where TComplex : ComplexObject
System.Data.Entity.Design (1)
System\Data\EntityModel\Emitters\TypeReference.cs (1)
26internal static readonly Type ComplexTypeBaseClassType = typeof(System.Data.Objects.DataClasses.ComplexObject);