Home
last modified time | relevance | path

Searched refs:Shaper_SetState (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.cs582 private static readonly MethodInfo Shaper_SetState = typeof(Shaper).GetMethod("SetState"); field in System.Data.Common.Internal.Materialization.Translator
1119 …Expression result = Expression.Call(Shaper_Parameter, Shaper_SetState.MakeGenericMethod(value.Type… in Emit_Shaper_SetState()