Home
last modified time | relevance | path

Searched refs:IEntityWrapper_Entity (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Common/Internal/Materialization/
H A DTranslator.cs592 …private static readonly PropertyInfo IEntityWrapper_Entity = typeof(IEntityWrapper).GetProperty("E… field in System.Data.Common.Internal.Materialization.Translator
810 … return Translator.Emit_EnsureType(Expression.Property(input, IEntityWrapper_Entity), type); in Emit_UnwrapAndEnsureType()