5 references to IndexOfProperty
System.Data.Services.Client (5)
System\Data\Services\Client\ClientType.cs (5)
196
int shadow = this.
IndexOfProperty
(property.PropertyName);
651
int index = this.
IndexOfProperty
(propertyName);
755
if ((0 > (dataIndex = this.
IndexOfProperty
(attribute.DataPropertyName))) ||
756
(0 > (mimeTypeIndex = this.
IndexOfProperty
(attribute.MimeTypePropertyName))))
781
int index = this.
IndexOfProperty
(mediaEntryAttribute.MediaMemberName);