Searched refs:ReflectionUtil (Results 1 – 6 of 6) sorted by relevance
55 caseDelegate = ReflectionUtil.CreateFuncIMessageT<int>(caseProperty.GetGetMethod()); in OneofAccessor()58 clearDelegate = ReflectionUtil.CreateActionIMessage(clearMethod); in OneofAccessor()
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
88 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
58 setValueDelegate = ReflectionUtil.CreateActionIMessageObject(property.GetSetMethod()); in SingleFieldAccessor()
48 internal static class ReflectionUtil class
164 csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs \