Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs45 private static readonly Extension[] EmptyExtensions = new Extension[0]; field in Google.Protobuf.Reflection.GeneratedClrTypeInfo
96 Extensions = extensions ?? EmptyExtensions; in GeneratedClrTypeInfo()