Searched refs:CreateActionIMessage (Results 1 – 3 of 3) sorted by relevance
112 internal static Action<IMessage> CreateActionIMessage(MethodInfo method) =>113 GetReflectionHelper(method.DeclaringType, typeof(object)).CreateActionIMessage(method);142 Action<IMessage> CreateActionIMessage(MethodInfo method); in CreateActionIMessage() method183 public Action<IMessage> CreateActionIMessage(MethodInfo method) in CreateActionIMessage() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper
61 ReflectionUtil.CreateActionIMessage(clearMethod)); in ForRegularOneof()
101 clearDelegate = ReflectionUtil.CreateActionIMessage(clearMethod); in SingleFieldAccessor()