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