Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs134 private static IReflectionHelper GetReflectionHelper(Type t1, Type t2) => in GetReflectionHelper()
135 (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()
139 private interface IReflectionHelper interface in Google.Protobuf.Reflection.ReflectionUtil
161 private class ReflectionHelper<T1, T2> : IReflectionHelper

Completed in 1 milliseconds