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