Home
last modified time | relevance | path

Searched refs:CreateFuncIMessageObject (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs83 internal static Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) =>
84 GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageObject(method);
143 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject() method
189 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) in CreateFuncIMessageObject() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper
H A DFieldAccessorBase.cs50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()

Completed in 2 milliseconds