Home
last modified time | relevance | path

Searched refs:constructEntityDelegate (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 DShaper.cs181 …per HandleEntityAppendOnly<TEntity>(Func<Shaper, IEntityWrapper> constructEntityDelegate, EntityKe… in HandleEntityAppendOnly() argument
184 … Debug.Assert(null != constructEntityDelegate, "must provide delegate to construct the entity"); in HandleEntityAppendOnly()
192 result = constructEntityDelegate(this); in HandleEntityAppendOnly()
218 result = constructEntityDelegate(this); in HandleEntityAppendOnly()