1 instantiation of BindingEntityInfoPerType
System.Data.Services.Client (1)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (1)
274bindingEntityInfo = new BindingEntityInfoPerType();
4 references to BindingEntityInfoPerType
System.Data.Services.Client (4)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (4)
55private static readonly Dictionary<Type, BindingEntityInfoPerType> bindingEntityInfos = new Dictionary<Type, BindingEntityInfoPerType>(EqualityComparer<Type>.Default); 257private static BindingEntityInfoPerType GetBindingEntityInfoFor(Type entityType) 259BindingEntityInfoPerType bindingEntityInfo;