Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs70 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