Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs44 private static readonly GeneratedClrTypeInfo[] EmptyCodeInfo = new GeneratedClrTypeInfo[0]; field in Google.Protobuf.Reflection.GeneratedClrTypeInfo
87 NestedTypes = nestedTypes ?? EmptyCodeInfo; in GeneratedClrTypeInfo()