Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs84 GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageObject(method);
95 GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageInt32(method);
104 GetReflectionHelper(method.DeclaringType, method.GetParameters()[0].ParameterType).CreateActionIMessageObject(method);
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

Completed in 1 milliseconds