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/
DReflectionUtil.cs84GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageObject(method);
95GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageInt32(method);
104GetReflectionHelper(method.DeclaringType, method.GetParameters()[0].ParameterType).CreateActionIMe…
113 GetReflectionHelper(method.DeclaringType, typeof(object)).CreateActionIMessage(method);
116GetReflectionHelper(method.DeclaringType, method.ReturnType).CreateFuncIMessageBool(method);
134 private static IReflectionHelper GetReflectionHelper(Type t1, Type t2) => in GetReflectionHelper() method in Google.Protobuf.Reflection.ReflectionUtil