Searched refs:CreateFuncIMessageInt32 (Results 1 – 2 of 2) sorted by relevance
94 internal static Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) =>95 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageInt32(method);141 Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method); in CreateFuncIMessageInt32() method164 public Func<IMessage, int> CreateFuncIMessageInt32(MethodInfo method) in CreateFuncIMessageInt32() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper
60 ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()), in ForRegularOneof()