Searched refs:GetReflectionHelper (Results 1 – 1 of 1) sorted by relevance
84 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageObject(method);95 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageInt32(method);104 …GetReflectionHelper(method.DeclaringType, method.GetParameters()[0].ParameterType).CreateActionIMe…113 GetReflectionHelper(method.DeclaringType, typeof(object)).CreateActionIMessage(method);116 … GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageBool(method);134 private static IReflectionHelper GetReflectionHelper(Type t1, Type t2) => in GetReflectionHelper() method in Google.Protobuf.Reflection.ReflectionUtil