1 instantiation of GenericICollectionTranslator
System.Data.Entity (1)
System\Data\Objects\ELinq\Translator.cs (1)
471propertyTranslator = new GenericICollectionTranslator(elementType);
2 references to GenericICollectionTranslator
System.Data.Entity (2)
System\Data\Objects\ELinq\Translator.cs (2)
273if (GenericICollectionTranslator.TryGetPropertyTranslator(nonGenericPropertyInfo, out propertyTranslator)) 430return GenericICollectionTranslator.TryGetPropertyTranslator(propertyInfo, out propertyTranslator) ||