Searched refs:CreateFuncIMessageObject (Results 1 – 2 of 2) sorted by relevance
83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) =>84 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageObject(method);140 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject() method181 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) in CreateFuncIMessageObject() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()