Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DReflectionUtil.cs125 internal static IExtensionReflectionHelper CreateExtensionHelper(Extension extension) =>
126 (IExtensionReflectionHelper)Activator.CreateInstance(typeof(ExtensionReflectionHelper<,>).MakeGenericType(extension.TargetType, extension.GetType().GenericTypeArguments[1]), extension);
148 internal interface IExtensionReflectionHelper interface in Google.Protobuf.Reflection.ReflectionUtil
208 private class ExtensionReflectionHelper<T1, T3> : IExtensionReflectionHelper
H A DExtensionAccessor.cs38 private readonly ReflectionUtil.IExtensionReflectionHelper helper;

Completed in 1 milliseconds