Home
last modified time | relevance | path

Searched refs:CreateFuncIMessageT (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOneofAccessor.cs55 caseDelegate = ReflectionUtil.CreateFuncIMessageT<int>(caseProperty.GetGetMethod()); in OneofAccessor()
DReflectionUtil.cs72 internal static Func<IMessage, T> CreateFuncIMessageT<T>(MethodInfo method) in CreateFuncIMessageT() method in Google.Protobuf.Reflection.ReflectionUtil