Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs451 …return dependencies.SelectMany(GetAllDependedExtensions).Distinct(ExtensionRegistry.ExtensionCompa… in GetAllExtensions()
459 private static IEnumerable<Extension> GetAllDependedExtensions(FileDescriptor descriptor) in GetAllDependedExtensions() method in Google.Protobuf.Reflection.FileDescriptor
464 …descriptor.Dependencies.Concat(descriptor.PublicDependencies).SelectMany(GetAllDependedExtensions)) in GetAllDependedExtensions()