Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs119 …((IExtensionSetReflector)Activator.CreateInstance(typeof(ExtensionSetReflector<>).MakeGenericType(…
156 private interface IExtensionSetReflector interface in Google.Protobuf.Reflection.ReflectionUtil
311 … private class ExtensionSetReflector<T1> : IExtensionSetReflector where T1 : IExtendableMessage<T1>