7 references to Properties
System.Data.Services.Client (7)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1527foreach (var property in clientType.Properties)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
284foreach (ClientType.ClientProperty p in bindingEntityInfo.ClientType.Properties)
System\Data\Services\Client\ClientType.cs (3)
265Debug.Assert(this.KeyCount == this.Properties.Where(k => k.KeyProperty).Count(), "KeyCount mismatch"); 763this.Properties[dataIndex].MimeTypeProperty = this.Properties[mimeTypeIndex];
System\Data\Services\Client\DataServiceContext.cs (2)
2325ClientType.ClientProperty[] keys = clientType.Properties.Where<ClientType.ClientProperty>(ClientType.ClientProperty.GetKeyProperty).ToArray(); 3300foreach (ClientType.ClientProperty property in type.Properties)