Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs108 …ations = new Lazy<Dictionary<IDescriptor, DescriptorDeclaration>>(CreateDeclarationMap, LazyThread… in FileDescriptor()
124 private Dictionary<IDescriptor, DescriptorDeclaration> CreateDeclarationMap() in CreateDeclarationMap() method in Google.Protobuf.Reflection.FileDescriptor