Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs88 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
DReflectionUtil.cs53 internal static readonly Type[] EmptyTypes = new Type[0]; field in Google.Protobuf.Reflection.ReflectionUtil