Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerServiceDefinitionExtensions.cs30 …internal static ReadOnlyDictionary<string, IServerCallHandler> GetCallHandlers(this ServerServiceD… in GetCallHandlers()
44 internal ReadOnlyDictionary<string, IServerCallHandler> GetCallHandlers() in GetCallHandlers()
46 return new ReadOnlyDictionary<string, IServerCallHandler>(this.callHandlers); in GetCallHandlers()
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DReadOnlyDictionary.cs42 internal sealed class ReadOnlyDictionary<TKey, TValue> : IDictionary<TKey, TValue> class
46 public ReadOnlyDictionary(IDictionary<TKey, TValue> wrapped) in ReadOnlyDictionary() method in Google.Protobuf.Collections.ReadOnlyDictionary
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs120 …private static ReadOnlyDictionary<string, FieldDescriptor> CreateJsonFieldMap(IList<FieldDescripto… in CreateJsonFieldMap()
128 return new ReadOnlyDictionary<string, FieldDescriptor>(map); in CreateJsonFieldMap()
/third_party/protobuf/
DMakefile.am180 csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs \