Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DExtensionCollection.cs121 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink()
123 ….ToDictionary(kvp => kvp.Key, kvp => (IList<FieldDescriptor>)new ReadOnlyCollection<FieldDescripto… in CrossLink()
DFileDescriptor.cs220 var nameToFileMap = dependencies.ToDictionary(file => file.Name);
/third_party/typescript/tests/baselines/reference/
DmissingTypeArguments3.types21 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>;
22 >ToDictionary : <TKey>(keySelector: (element: T) => TKey) => Dictionary<TKey, T>
DmissingTypeArguments3.symbols44 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>;
45 >ToDictionary : Symbol(Enumerable.ToDictionary, Decl(missingTypeArguments3.ts, 5, 148))
DmissingTypeArguments3.js8 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>;
/third_party/typescript/tests/cases/compiler/
DmissingTypeArguments3.ts7 ToDictionary<TKey>(keySelector: (element: T) => TKey): Dictionary<TKey, T>; method
/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DBenchmarkDatasetConfig.cs51 .ToDictionary(
/third_party/protobuf/csharp/src/Google.Protobuf/
DExtensionRegistry.cs70 extensions = collection.ToDictionary(k => k.Key, v => v.Value); in ExtensionRegistry()
DJsonFormatter.cs908 .ToDictionary(f => f.GetValue(null),
919 .ToDictionary(f => f.GetValue(null),