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