2 references to GetPropertyName
System.Data.Services.Client (2)
System\Data\Services\Client\ClientType.cs (2)
284
this.properties.Sort<string>(ClientProperty.
GetPropertyName
, String.CompareOrdinal);
742
return this.properties.IndexOf(propertyName, ClientProperty.
GetPropertyName
, String.Equals);