Home
last modified time | relevance | path

Searched refs:ExtensionCollection (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DExtensionCollection.cs42 public sealed class ExtensionCollection class
47 internal ExtensionCollection(FileDescriptor file, Extension[] extensions) in ExtensionCollection() method in Google.Protobuf.Reflection.ExtensionCollection
63 internal ExtensionCollection(MessageDescriptor message, Extension[] extensions) in ExtensionCollection() method in Google.Protobuf.Reflection.ExtensionCollection
H A DMessageDescriptor.cs107 Extensions = new ExtensionCollection(this, generatedCodeInfo?.Extensions); in MessageDescriptor()
237 public ExtensionCollection Extensions { get; }
H A DFileDescriptor.cs106 Extensions = new ExtensionCollection(this, generatedCodeInfo?.Extensions); in FileDescriptor()
289 public ExtensionCollection Extensions { get; }

Completed in 3 milliseconds