Searched refs:FieldCollection (Results 1 - 1 of 1) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | ||
H A D | MessageDescriptor.cs | 117 Fields = new FieldCollection(this); in MessageDescriptor() 229 public FieldCollection Fields { get; } 346 public sealed class FieldCollection class in Google.Protobuf.Reflection.MessageDescriptor 350 internal FieldCollection(MessageDescriptor messageDescriptor) in FieldCollection() method in Google.Protobuf.Reflection.MessageDescriptor.FieldCollection 365 /// to use the <see cref="FieldCollection"/> indexer. |
Completed in 2 milliseconds