12 references to
System.Data.Services.Client (12)
System\Data\Services\Client\ClientType.cs (12)
197
if (!property.DeclaringType.IsAssignableFrom(this.properties
[
shadow].DeclaringType))
222
string propertyName = this.properties
[
i].PropertyName;
225
string declaringTypeName = this.properties
[
i].DeclaringType.Name;
231
this.properties
[
i].DeclaringType.IsAssignableFrom(keyPropertyDeclaredType))
233
keyPropertyDeclaredType = this.properties
[
i].DeclaringType;
234
key = this.properties
[
i];
240
keyPropertyDeclaredType = this.properties
[
i].DeclaringType;
241
key = this.properties
[
i];
654
return this.properties
[
index];
763
this.Properties
[
dataIndex].MimeTypeProperty = this.Properties
[
mimeTypeIndex];
788
this.mediaDataMember = this.properties
[
index];