7 references to DeclaringType
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1531result.Add(property.DeclaringType.GetProperty(property.PropertyName));
System\Data\Services\Client\ClientType.cs (6)
197if (!property.DeclaringType.IsAssignableFrom(this.properties[shadow].DeclaringType)) 225string declaringTypeName = this.properties[i].DeclaringType.Name; 231this.properties[i].DeclaringType.IsAssignableFrom(keyPropertyDeclaredType)) 233keyPropertyDeclaredType = this.properties[i].DeclaringType; 240keyPropertyDeclaredType = this.properties[i].DeclaringType;