Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DExtensionCollection.cs49 UnorderedExtensions = DescriptorUtil.ConvertAndMakeReadOnly( in ExtensionCollection()
56 UnorderedExtensions = DescriptorUtil.ConvertAndMakeReadOnly( in ExtensionCollection()
65 public IList<FieldDescriptor> UnorderedExtensions { get; } property in Google.Protobuf.Reflection.ExtensionCollection
88 foreach (FieldDescriptor descriptor in UnorderedExtensions) in CrossLink()
DFileDescriptor.cs420 return descriptor.Extensions.UnorderedExtensions in GetAllDependedExtensions()
428 return descriptor.Extensions.UnorderedExtensions in GetAllDependedExtensionsFromMessage()