3 references to knownObservableCollectionTypes
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingEntityInfo.cs (3)
125
if (
knownObservableCollectionTypes
.TryGetValue(collectionType, out resultAsObject))
164
if (!
knownObservableCollectionTypes
.ContainsKey(collectionType))
166
knownObservableCollectionTypes
[collectionType] = result ? TrueObject : FalseObject;