Searched refs:ReflectionHelper (Results 1 – 1 of 1) sorted by relevance
70 internal static void ForceInitialize<T>() => new ReflectionHelper<IMessage, T>(); in ForceInitialize()135 … (IReflectionHelper) Activator.CreateInstance(typeof(ReflectionHelper<,>).MakeGenericType(t1, t2)); in GetReflectionHelper()161 private class ReflectionHelper<T1, T2> : IReflectionHelper class in Google.Protobuf.Reflection.ReflectionUtil