Searched refs:CreateFuncIMessageObject (Results 1 – 2 of 2) sorted by relevance
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
59 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) in CreateFuncIMessageObject() method in Google.Protobuf.Reflection.ReflectionUtil