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